This commit is contained in:
2024-08-08 10:50:16 +08:00
parent 81ffde828c
commit d2303e1658
8 changed files with 298 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ type ProductItem struct {
BoxCount int64 `json:"boxCount"`
QuotePrice decimal.Decimal `json:"quotePrice"`
QuoteFactorySerial string `json:"quoteFactorySerial"`
QuoteFactoryID int64 `json:"quoteFactoryID"`
QuoteFactoryId int64 `json:"quoteFactoryId"`
QuoteFactoryName string `json:"quoteFactoryName"`
QuoteStartNum int64 `json:"quoteStartNum"`
QuoteMeasureUnit string `json:"quoteMeasureUnit"`