This commit is contained in:
2024-09-26 17:02:05 +08:00
parent 844533c5db
commit b341d97d96
2 changed files with 6 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ type SaleProductItem struct {
SealNumber string `json:"sealNumber"`
PurchasePrice decimal.Decimal `json:"purchasePrice"`
PurchaseAmount decimal.Decimal `json:"purchaseAmount"`
IsSerial int64 `json:"isSerial"`
IsCustoms int64 `json:"isCustoms"`
CreatedAt *time.Time `json:"createdAt"`
UpdatedAt *time.Time `json:"updatedAt"`
}