This commit is contained in:
2024-09-20 14:51:43 +08:00
parent aafd4150c3
commit 57d59b3fbe
9 changed files with 274 additions and 34 deletions

View File

@@ -83,6 +83,7 @@ type SaleItem struct {
HasPurchase int64 `json:"hasPurchase"`
PurchaseStatus int64 `json:"purchaseStatus"`
ShipmentStatus int64 `json:"shipmentStatus"`
TotalSaleAmount decimal.Decimal `json:"totalSaleAmount"`
CreatedStaffId int64 `json:"createdStaffId"`
CreatedAt *time.Time `json:"createdAt"`
UpdatedAt *time.Time `json:"updatedAt"`