jiangshuai
2023-11-16 a0125ef3d6ce35be7b6dc4919c4192dba4a7329a
response/report_forms_response.go
@@ -21,11 +21,13 @@
type InventoryHistory struct {
   Number            string                     `json:"number"`            //单号
   Date              string                     `json:"date"`              //日期
   ProductName       string                     `json:"productName"`       //产品名称
   FromLocation      string                     `json:"fromLocation"`      //源位置
   ToLocation        string                     `json:"toLocation"`        //目标位置
   Amount            decimal.Decimal            `json:"amount"`            //数量
   Unit              string                     `json:"unit"`              //单位
   ContactedName     string                     `json:"contactedName"`     //完成者
   Status            string                     `json:"status"`            //状态
   BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //基础作业类型
}