部署
This commit is contained in:
@@ -11,6 +11,7 @@ type product struct {
|
||||
}
|
||||
type ProductItem struct {
|
||||
Id int64 `json:"id"`
|
||||
SaleProductId int64 `json:"saleProductId"`
|
||||
PurchasePrice decimal.Decimal `json:"purchasePrice"`
|
||||
PurchaseCount int64 `json:"purchaseCount"`
|
||||
BoxCount int64 `json:"boxCount"`
|
||||
|
||||
Reference in New Issue
Block a user