This commit is contained in:
2024-10-18 16:37:14 +08:00
parent 2c977e19e3
commit 2c467a3aec
14 changed files with 194 additions and 102 deletions

View File

@@ -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"`