zhangqian
2024-06-26 2d911d76bffda47005f8a30eb8f3719316bf43c9
models/operation_type.go
@@ -36,7 +36,7 @@
      ReturnOperationType           string                     `json:"returnOperationType" gorm:"-"`                                   //退货类型名称
      ReadyCount                    int                        `json:"readyCount" gorm:"-"`                                            //就绪数量
      FinishCount                   int                        `json:"finishCount" gorm:"-"`                                           //完成数量
      CancelCount                   int                        `json:"cancelCount" gorm:"-"`                                           //取消数量
      CancelCount                   int                        `json:"cancelCount" gorm:"-"`                                           //取消1数量
   }
   OperationTypeSearch struct {