This commit is contained in:
2024-09-23 17:23:47 +08:00
parent 6210802493
commit afabe1816b
2 changed files with 12 additions and 5 deletions

View File

@@ -62,6 +62,8 @@ type SaleProductItem struct {
Remark6 string `json:"remark6"`
ContainerNumber string `json:"containerNumber"`
SealNumber string `json:"sealNumber"`
PurchasePrice decimal.Decimal `json:"purchasePrice"`
PurchaseAmount decimal.Decimal `json:"purchaseAmount"`
CreatedAt *time.Time `json:"createdAt"`
UpdatedAt *time.Time `json:"updatedAt"`
}