소스 검색

feat:xiugai

wangchuanjin 6 일 전
부모
커밋
a2efbc0253
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      api/application.api
  2. 1 1
      api/internal/types/types.go

+ 1 - 1
api/application.api

@@ -111,7 +111,7 @@ type (
 		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"`               //客户简称

+ 1 - 1
api/internal/types/types.go

@@ -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"`               //客户简称