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
94ed1f70
Commit
94ed1f70
authored
Sep 16, 2025
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fna接口31
parent
204bc00b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
yd-csf-service/src/main/java/com/yd/csf/service/model/Customer.java
+5
-0
yd-csf-service/src/main/resources/mappers/CustomerMapper.xml
+2
-1
No files found.
yd-csf-service/src/main/java/com/yd/csf/service/model/Customer.java
View file @
94ed1f70
...
...
@@ -122,6 +122,11 @@ public class Customer implements Serializable {
private
String
companyType
;
/**
* 固定电话
*/
private
String
fixedPhone
;
/**
* 来源
*/
private
String
source
;
...
...
yd-csf-service/src/main/resources/mappers/CustomerMapper.xml
View file @
94ed1f70
...
...
@@ -25,6 +25,7 @@
<result
property=
"smoke"
column=
"smoke"
/>
<result
property=
"smokeQuantity"
column=
"smoke_quantity"
/>
<result
property=
"companyType"
column=
"company_type"
/>
<result
property=
"fixedPhone"
column=
"fixed_phone"
/>
<result
property=
"source"
column=
"source"
/>
<result
property=
"idType"
column=
"id_type"
/>
<result
property=
"idCard"
column=
"id_card"
/>
...
...
@@ -47,7 +48,7 @@
id,customer_biz_id,custom_code,last_name,first_name,name,
last_name_pinyin,first_name_pinyin,pinyin,title,gender,
birthdate,abnormal,age,area_code,
phone,email,smoke,smoke_quantity,company_type,
phone,email,smoke,smoke_quantity,company_type,
fixed_phone,
source,id_type,id_card,passport,eep_code,
marriage,birthplace,education,customer_expand_biz_id,country,
remark,is_deleted,creator_id,updater_id,create_time,
...
...
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