model/orderManage.go
@@ -17,6 +17,7 @@ SourceSheet int `json:"sourceSheet" gorm:"column:source_sheet;type:int;comment:来源单据"` ProblemDescription string `json:"problemDescription" gorm:"column:problem_description;type:text;comment:问题描述"` File string `json:"file" gorm:"column:file;type:varchar(255);comment:附件"` gorm.Model `json:"-"` } OrderManageSearch struct {