zhangqian
2024-04-25 2d6875c93b25d0b7336c7fa11e066d213259fe2e
model/work_order.go
@@ -9,7 +9,7 @@
type (
   Order struct {
      gorm.Model
      CommonModel
      WorkOrderID string          `gorm:"index;type:varchar(191);not null" json:"workOrderId"`
      OrderID     string          `gorm:"index;type:varchar(191);not null" json:"orderId"`
      ProductID   string          `gorm:"type:varchar(191)" json:"productId"`