fix
wangpengfei
2023-07-18 4324117e156e063cb2a266151724690bd295e180
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 {