zhangqian
2023-12-18 ed3d45b189f102249eabd0cb5a0299bc66b0dea6
response/report_forms_response.go
@@ -34,10 +34,12 @@
   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"` //产品类别