liujiandao
2024-01-11 eaa4218d45fade3a9ac2cfb7ff81cbfceeb650cd
response/report_forms_response.go
@@ -29,10 +29,17 @@
   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"`
   OperationTypeName string                     `json:"operationTypeName"` //作业类型名称
}
type LocationForms struct {
   ProduceId       string          `json:"produceId"`       //产品id
   LocationId      int             `json:"locationId"`      //位置id
   LocationName    string          `json:"locationName"`    //位置名称
   ProductName     string          `json:"productName"`     //产品名称
   ProductTypeName string          `json:"productTypeName"` //产品类别