response/report_forms_response.go
@@ -2,6 +2,7 @@ import ( "github.com/shopspring/decimal" "wms/constvar" ) type InventoryForms struct { @@ -27,6 +28,7 @@ Unit string `json:"unit"` //单位 ContactedName string `json:"contactedName"` //完成者 Status string `json:"status"` //状态 BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //基础作业类型 } type LocationForms struct {