|
@@ -9,6 +9,7 @@ type OutsideReportAttachment struct {
|
|
Title string `orm:"column(title)" description:"附件名称"`
|
|
Title string `orm:"column(title)" description:"附件名称"`
|
|
Url string `orm:"column(url)" description:"附件地址"`
|
|
Url string `orm:"column(url)" description:"附件地址"`
|
|
CreateTime string `orm:"column(create_time)" description:"附件新增时间"`
|
|
CreateTime string `orm:"column(create_time)" description:"附件新增时间"`
|
|
|
|
+ FileSize int64 `orm:"column(file_size)" description:"附件大小"`
|
|
}
|
|
}
|
|
|
|
|
|
// 在 init 函数中注册模型
|
|
// 在 init 函数中注册模型
|