zhangqian
2023-10-20 6bfbe5092d05cd75a8f8772ad715871f7639a42e
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"`