Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
204bc00b
Commit
204bc00b
authored
Sep 16, 2025
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fna接口30
parent
ded41eb5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
yd-csf-service/src/main/java/com/yd/csf/service/dto/CustomerAddRequest.java
+6
-0
yd-csf-service/src/main/java/com/yd/csf/service/model/CustomerExpand.java
+1
-1
yd-csf-service/src/main/java/com/yd/csf/service/vo/CustomerVO.java
+7
-1
No files found.
yd-csf-service/src/main/java/com/yd/csf/service/dto/CustomerAddRequest.java
View file @
204bc00b
...
...
@@ -130,6 +130,12 @@ public class CustomerAddRequest implements Serializable {
private
String
companyType
;
/**
* 固定电话
*/
@Schema
(
description
=
"固定电话"
)
private
String
fixedPhone
;
/**
* 来源
*/
@Schema
(
description
=
"客户来源"
)
...
...
yd-csf-service/src/main/java/com/yd/csf/service/model/CustomerExpand.java
View file @
204bc00b
...
...
@@ -37,7 +37,7 @@ public class CustomerExpand implements Serializable {
/**
* 客户类型
*/
private
Object
customerType
;
private
String
customerType
;
/**
* 居住地区代码
...
...
yd-csf-service/src/main/java/com/yd/csf/service/vo/CustomerVO.java
View file @
204bc00b
...
...
@@ -87,7 +87,7 @@ public class CustomerVO implements Serializable {
* 出生日期
*/
@Schema
(
description
=
"出生日期"
)
private
String
birthdate
;
private
Date
birthdate
;
/**
* 异常信息
...
...
@@ -210,6 +210,12 @@ public class CustomerVO implements Serializable {
private
Date
createTime
;
/**
* 固定电话
*/
@Schema
(
description
=
"固定电话"
)
private
String
fixedPhone
;
/**
* 客户类型
*/
@Schema
(
description
=
"客户类型 字典值: csf_customer_type"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment