jiangshuai
2023-09-28 cf1b4c60a7005b1dcd2f7e5c4b2ce5ec01c7501e
request/location_product_amount.go
@@ -18,3 +18,9 @@
   Amount           decimal.Decimal `json:"Amount"`           //库存数量
   ProductId        string          `json:"productId"`        //产品id
}
type FinishLocationProductAmount struct {
   LocationProductAmountId int    `json:"locationProductAmountId"` //库存盘点id
   OperationId             int    `json:"operationId"`             //出入库id
   ProductId               string `json:"productId"`               //产品id
}