fix
zhangqian
2024-07-04 c6b26991704713d4a4d88e520759f02cd337219f
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 {