Browse Source

feat:xiugai

wangchuanjin 6 ngày trước cách đây
mục cha
commit
a2efbc0253
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"`               //客户简称