From 9ec9a4987cb5fe4a3bd39d61029add5c51d3ab92 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 02 十二月 2023 11:00:26 +0800
Subject: [PATCH] 添加来源
---
model/request/serviceFollowup.go | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/model/request/serviceFollowup.go b/model/request/serviceFollowup.go
index cd45528..06b86e1 100644
--- a/model/request/serviceFollowup.go
+++ b/model/request/serviceFollowup.go
@@ -1,6 +1,8 @@
package request
-import "aps_crm/constvar"
+import (
+ "aps_crm/constvar"
+)
type AddServiceFollowup struct {
ServiceFollowup
@@ -20,6 +22,7 @@
OldMemberId int `json:"oldMemberId"`
Remark string `json:"remark"`
File string `json:"file"`
+ CodeStandID string `json:"codeStandID"` //缂栫爜id
}
type UpdateServiceFollowup struct {
--
Gitblit v1.8.0