models/payroll_production_car.go
@@ -19,6 +19,7 @@ PayrollProductionCar struct { BaseModelInt Cycle string `json:"cycle" gorm:"index;size:20;not null;comment:统计周期(年月日)"` //统计周期(年月日) WorkshopId uint `json:"workshopId" gorm:"type:int(11);comment:车间Id"` WorkshopNumber string `json:"workshopNumber" gorm:"size:255;not null;comment:车间编号"` // 车间编号 GroupNumber int `json:"groupNumber" gorm:"size:11;not null;comment:组别"` // 组别 CarNumber int `json:"carNumber" gorm:"size:11;not null;comment:车台号"` // 车台号