This commit is contained in:
2024-09-10 17:07:31 +08:00
parent 94ca32e113
commit 3838a43615
3 changed files with 39 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ type ProductItem struct {
Barcode string `json:"barcode"`
SellCountry string `json:"sellCountry"`
Info string `json:"info"`
QuotePrice *decimal.Decimal `json:"quotePrice"`
CreatedStaffId int64 `json:"createdStaffId"`
DepartmentId int64 `json:"departmentId"`
CreatedAt *time.Time `json:"createdAt"`