model/procedures.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
model/procedures.go
@@ -12,7 +12,6 @@ type ( Procedures struct { gorm.Model `json:"-"` ID int `gorm:"primarykey"` WorkOrderID string `gorm:"index;type:varchar(191);not null;comment:工单ID" json:"-"` OrderID string `gorm:"index;type:varchar(191);not null;comment:订单ID" json:"-"` DeviceID string `gorm:"index;type:varchar(191);comment:设备ID" json:"deviceId"`