fix
zhangqian
2023-11-24 ba77b9d036e2e40338316cbcc8b37c9733757671
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 {