jiangshuai
2023-09-28 c46808111057ae1acaaab3e030e7aad7193f28ee
request/location_product_amount.go
@@ -18,9 +18,3 @@
   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
}