|
@@ -119,7 +119,7 @@ type CustomAddReq struct {
|
|
|
AccountId int64 `header:"accountId,optional"`
|
|
|
EntDeptId int64 `header:"entDeptId,optional"`
|
|
|
CustomType int64 `json:"customType"` //客户类型
|
|
|
- CustomDetailType int64 `json:"customDetailType"` //客户类型
|
|
|
+ CustomDetailType int64 `json:"customDetailType,optional"` //客户类型
|
|
|
Summary string `json:"summary"` //概要信息
|
|
|
CustomAllName string `json:"customAllName"` //客户全称
|
|
|
CustomAbbreviation string `json:"customAbbreviation"` //客户简称
|