部署
This commit is contained in:
@@ -20,12 +20,15 @@ type ProductItem struct {
|
||||
CustomSerial string `json:"customSerial"`
|
||||
Name string `json:"name"`
|
||||
EngName string `json:"engName"`
|
||||
Description string `json:"description"`
|
||||
EngDescription string `json:"engDescription"`
|
||||
ImgFilePaths []string `json:"imgFilePaths"`
|
||||
PurchaseAmount decimal.Decimal `json:"purchaseAmount"`
|
||||
Num *int64 `json:"num"`
|
||||
Volume *decimal.Decimal `json:"volume"`
|
||||
GrossWeight *decimal.Decimal `json:"grossWeight"`
|
||||
NetWeight *decimal.Decimal `json:"netWeight"`
|
||||
MeasureUnit string `json:"measureUnit"`
|
||||
}
|
||||
|
||||
// All @TITLE 获取产品
|
||||
|
||||
Reference in New Issue
Block a user