liujiandao
2023-11-25 b84057ed929c035b6f70ae6a0079e5c440bc93da
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 {