zhangqian
2024-06-13 c879dd2d3cbe1f6021e5c052e23737878799dc23
response/report_forms_response.go
@@ -50,6 +50,7 @@
   ProductName     string          `json:"productName"`     //产品名称
   ProductTypeName string          `json:"productTypeName"` //产品类别
   Amount          decimal.Decimal `json:"amount"`          //数量
   AmountMoreUnits []models.UnitItems `json:"amountMoreUnits"` //在库数量多单位
   Unit            string          `json:"unit"`            //单位
   Value           decimal.Decimal `json:"value"`           //总价值
}