fix
wangpengfei
2023-07-13 589191bfe2263228e20ae6de9f74badb7207b912
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 {