response/report_forms_response.go
@@ -2,6 +2,7 @@ import ( "github.com/shopspring/decimal" "time" "wms/constvar" ) @@ -20,7 +21,7 @@ type InventoryHistory struct { Number string `json:"number"` //单号 Date string `json:"date"` //日期 Date time.Time `json:"date"` //日期 ProductName string `json:"productName"` //产品名称 FromLocation string `json:"fromLocation"` //源位置 ToLocation string `json:"toLocation"` //目标位置