From 178b28d858d7d155dadd20a018920ccdcbd08992 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 18 八月 2023 10:14:57 +0800 Subject: [PATCH] add temp --- model/client.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/model/client.go b/model/client.go index 7679299..084854d 100644 --- a/model/client.go +++ b/model/client.go @@ -27,12 +27,13 @@ ServiceMemberId int `json:"service_member_id" gorm:"column:service_member_id;type:int(11);comment:鏈嶅姟璐熻矗浜篒D"` DetailAddress string `json:"detail_address" gorm:"column:detail_address;type:varchar(255);comment:璇︾粏鍦板潃"` Remark string `json:"remark" gorm:"column:remark;type:varchar(255);comment:澶囨敞"` + CreatorId int `json:"creator_id" gorm:"column:creator_id;type:int;comment:鍒涘缓浜篿d"` NextVisitTime *CustomTime `json:"next_visit_time" gorm:"column:next_visit_time;type:datetime;comment:涓嬫鍥炶鏃堕棿"` LatestServiceTime *CustomTime `json:"latest_service_time" gorm:"column:latest_service_time;type:datetime;comment:鏈�鏅氭湇鍔℃椂闂�"` FollowRecord []FollowRecord `json:"follow_record" gorm:"foreignKey:ClientId"` Address Business - gorm.Model `json:"-"` + gormModel } ClientSearch struct { -- Gitblit v1.8.0