model/procedures.go
@@ -19,6 +19,7 @@ DeviceID string `gorm:"index;type:varchar(191);comment:设备ID" json:"deviceId"` ProcedureID string `gorm:"index;type:varchar(191);comment:工序ID" json:"procedureId"` Channel int32 `gorm:"index;comment:通道" json:"channel"` //通道 ProcessModelNumber string `gorm:"index;comment:工艺模型编号" json:"processModelNumber"` //工艺模型编号 StartTime int64 `gorm:"comment:计划开始时间" json:"startTime"` EndTime int64 `gorm:"comment:计划结束时间" json:"endTime"` Status ProcedureStatus