From a699ff979c84d024ca33fb1139224258f278319f Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 20 十月 2023 11:32:23 +0800 Subject: [PATCH] debug --- model/procedures.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/procedures.go b/model/procedures.go index 64d3cbb..4c93059 100644 --- a/model/procedures.go +++ b/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"` -- Gitblit v1.8.0