Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
d6641a99
Commit
d6641a99
authored
May 25, 2023
by
lcl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
。。。
parent
5082ca28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
Customer.java
...rc/main/java/com/dsk/system/domain/customer/Customer.java
+9
-1
CustomerListVo.java
...ava/com/dsk/system/domain/customer/vo/CustomerListVo.java
+9
-1
CustomerMapper.xml
.../main/resources/mapper/system/customer/CustomerMapper.xml
+3
-3
No files found.
dsk-system/src/main/java/com/dsk/system/domain/customer/Customer.java
View file @
d6641a99
...
...
@@ -42,6 +42,10 @@ public class Customer implements Serializable {
* 注册资本
*/
private
String
registerCapital
;
/**
* 注册地址
*/
private
String
registerAddress
;
/**
* 社会统一信用代码
*/
...
...
@@ -55,9 +59,13 @@ public class Customer implements Serializable {
*/
private
String
companyLevel
;
/**
*
信用等
级(credit_level_type)
*
企业主体评
级(credit_level_type)
*/
private
String
creditLevel
;
/**
* 客户等级(customer_level_type)
*/
private
String
customerLevel
;
/**
* 上级公司(控股单位)
*/
...
...
dsk-system/src/main/java/com/dsk/system/domain/customer/vo/CustomerListVo.java
View file @
d6641a99
...
...
@@ -38,6 +38,10 @@ public class CustomerListVo {
* 注册资本(字符串)
*/
private
String
registerCapital
;
/**
* 注册地址
*/
private
String
registerAddress
;
/**
* 社会统一信用代码
*/
...
...
@@ -51,9 +55,13 @@ public class CustomerListVo {
*/
private
String
companyLevel
;
/**
*
信用等
级
*
企业主体评
级
*/
private
String
creditLevel
;
/**
* 客户等级
*/
private
String
customerLevel
;
/**
* 上级公司
*/
...
...
dsk-system/src/main/resources/mapper/system/customer/CustomerMapper.xml
View file @
d6641a99
...
...
@@ -3,9 +3,9 @@
<mapper
namespace=
"com.dsk.system.mapper.CustomerMapper"
>
<sql
id=
"Base_Bean"
>
ct.customer_id, ct.company_id, ct.company_name, ct.legal_person, ct.credit_code,
ct.register_
capital
, ct.company_nature, ct.company_level, ct.credit_level, ct.super_company,
ct.is_on, ct.is_major, ct.company_attribute, ct.main_business, ct.business_scope,
ct.customer_id, ct.company_id, ct.company_name, ct.legal_person, ct.credit_code,
ct.register_capital,
ct.register_
address
, ct.company_nature, ct.company_level, ct.credit_level, ct.super_company,
ct.is_on, ct.is_major, ct.company_attribute, ct.main_business, ct.business_scope,
ct.customer_level,
ct.business_characteristic, ct.decision_chain, ct.bid_characteristic, ct.performance_characteristic,
ct.other_ms_characteistic, ct.create_id, ct.create_time, ct.update_id, ct.update_time
</sql>
...
...
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