部署
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user