add
wangpengfei
2023-07-18 7ffcc41e597c5af4169e3e2ab809fdbf869c2154
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 {