liujiandao
2023-10-11 34ef7217a034599217a7fdd1e28e1ae6910e1b4b
model/request/serviceFollowup.go
@@ -1,6 +1,9 @@
package request
import "aps_crm/constvar"
import (
   "aps_crm/constvar"
   "aps_crm/proto/code"
)
type AddServiceFollowup struct {
   ServiceFollowup
@@ -20,6 +23,8 @@
   OldMemberId    int    `json:"oldMemberId"`
   Remark         string `json:"remark"`
   File           string `json:"file"`
   CodeStandID    string            `json:"codeStandID"` //编码id
   CodeRule       code.CodeStandard `json:"codeRule"`
}
type UpdateServiceFollowup struct {