This commit is contained in:
2024-10-18 16:37:14 +08:00
parent 2c977e19e3
commit 2c467a3aec
14 changed files with 194 additions and 102 deletions

View File

@@ -19,6 +19,7 @@ type BenefitProductItem struct {
Name string `json:"name"`
EngName string `json:"engName"`
Mold int64 `json:"mold"`
MoldCount int64 `json:"moldCount"`
FactoryId int64 `json:"factoryId"`
FactoryName string `json:"factoryName"`
FactorySerial string `json:"factorySerial"`