From 946da611e1c74bbf133e03adcca3534ec306b01f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 13 七月 2023 15:24:28 +0800 Subject: [PATCH] fix --- model/customerServiceSheet.go | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/model/customerServiceSheet.go b/model/customerServiceSheet.go index 0a91f29..7d759c5 100644 --- a/model/customerServiceSheet.go +++ b/model/customerServiceSheet.go @@ -7,13 +7,14 @@ type ( CustomerServiceSheet struct { - Id int `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"` - MemberId int `json:"memberId" gorm:"column:member_id;type:int;comment:鏈嶅姟浜哄憳id"` - Number string `json:"number" gorm:"column:number;type:varchar(255);comment:鏈嶅姟鍗曞彿"` - ServiceMode int `json:"serviceMode" gorm:"column:service_mode;type:int;comment:鏈嶅姟鏂瑰紡"` - Priority int `json:"priority" gorm:"column:priority;type:int;comment:浼樺厛绾�"` - HandleStatus int `json:"handleStatus" gorm:"column:handle_status;type:int;comment:澶勭悊鐘舵��"` - gorm.Model `json:"-"` + Id int `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"` + MemberId int `json:"memberId" gorm:"column:member_id;type:int;comment:鏈嶅姟浜哄憳id"` + Number string `json:"number" gorm:"column:number;type:varchar(255);comment:鏈嶅姟鍗曞彿"` + ServiceMode int `json:"serviceMode" gorm:"column:service_mode;type:int;comment:鏈嶅姟鏂瑰紡"` + Priority int `json:"priority" gorm:"column:priority;type:int;comment:浼樺厛绾�"` + HandleStatus int `json:"handleStatus" gorm:"column:handle_status;type:int;comment:澶勭悊鐘舵��"` + ServiceFollowupId int `json:"serviceFollowupId" gorm:"column:service_followup_id;type:int;comment:鏈嶅姟璺熻繘id"` + gorm.Model `json:"-"` } CustomerServiceSheetSearch struct { -- Gitblit v1.8.0