zhangqian
2023-10-09 1406aea9315875710c526d9eba8e698183ad96e2
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"`