zhangqian
2023-10-20 a699ff979c84d024ca33fb1139224258f278319f
model/procedures.go
@@ -11,7 +11,7 @@
type (
   Procedures struct {
      gorm.Model         `json:"-"`
      gorm.Model
      WorkOrderID        string `gorm:"index;type:varchar(191);not null" json:"-"`
      OrderID            string `gorm:"index;type:varchar(191);not null" json:"-"`
      DeviceID           string `gorm:"index;type:varchar(191)" json:"deviceId"`