zhangzengfei
2023-10-19 f73f610cdf4b0666dc139a51e72353b88f8f25ab
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"`