models/yield_register.go
@@ -15,6 +15,7 @@ CreateTime string `json:"createTime" gorm:"type:varchar(255);comment:创建时间"` MarketId uint `json:"marketId" gorm:"type:int(11);comment:庄口id"` MarketNumber string `gorm:"size:255;comment:庄口" json:"marketNumber"` //庄口编号 WorkshopId uint `json:"workshopId" gorm:"type:int(11);comment:车间Id"` WorkshopNumber string `json:"workshopNumber" gorm:"type:varchar(255);comment:车间编码"` GroupNumber int `json:"groupNumber" gorm:"type:int(11);comment:组别"` Spec string `json:"spec" gorm:"type:varchar(255);comment:规格"`