response/report_forms_response.go
@@ -29,6 +29,10 @@ 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"` } type LocationForms struct {