mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 11:13:44 +08:00
发布代码生成、更新20+表单组件,优化数据字典,gf版本更新到2.3.1
This commit is contained in:
@@ -10,18 +10,18 @@ import (
|
||||
|
||||
// SysAttachment is the golang structure for table sys_attachment.
|
||||
type SysAttachment struct {
|
||||
Id int64 `json:"id" description:""`
|
||||
Id int64 `json:"id" description:"文件ID"`
|
||||
AppId string `json:"appId" description:"应用ID"`
|
||||
MemberId int64 `json:"memberId" description:"用户"`
|
||||
CateId uint64 `json:"cateId" description:"分类"`
|
||||
Drive string `json:"drive" description:"驱动"`
|
||||
MemberId int64 `json:"memberId" description:"管理员ID"`
|
||||
CateId uint64 `json:"cateId" description:"上传分类"`
|
||||
Drive string `json:"drive" description:"上传驱动"`
|
||||
Name string `json:"name" description:"文件原始名"`
|
||||
Kind string `json:"kind" description:"上传类型"`
|
||||
MetaType string `json:"metaType" description:"类别"`
|
||||
MetaType string `json:"metaType" description:"文件类型"`
|
||||
NaiveType string `json:"naiveType" description:"NaiveUI类型"`
|
||||
Path string `json:"path" description:"本地路径"`
|
||||
FileUrl string `json:"fileUrl" description:"url"`
|
||||
Size int64 `json:"size" description:"长度"`
|
||||
Size int64 `json:"size" description:"文件大小"`
|
||||
Ext string `json:"ext" description:"扩展名"`
|
||||
Md5 string `json:"md5" description:"md5校验码"`
|
||||
Status int `json:"status" description:"状态"`
|
||||
|
||||
Reference in New Issue
Block a user