jiangshuai
2023-12-12 ec58bf196fb360bfcec35ed784ae9da90ffa3d42
response/report_forms_response.go
@@ -29,6 +29,11 @@
   ContactedName     string                     `json:"contactedName"`     //完成者
   Status            string                     `json:"status"`            //状态
   BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //基础作业类型
   Weight            decimal.Decimal            `json:"weight"`            //重量
   ProductId         string                     `json:"productId"`
   FromLocationId    int                        `json:"fromLocationId"`
   ToLocationId      int                        `json:"toLocationId"`
   OperationId       int                        `json:"operationId"`
}
type LocationForms struct {