Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
7f8bc776
Commit
7f8bc776
authored
Dec 25, 2023
by
lcl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
7f8519cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
28 deletions
+27
-28
DCustomerListVo.java
...rc/main/java/com/dsk/cscec/domain/vo/DCustomerListVo.java
+27
-28
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/cscec/domain/vo/DCustomerListVo.java
View file @
7f8bc776
...
...
@@ -113,7 +113,7 @@ public class DCustomerListVo implements Serializable {
/**
* 队伍规模人数
*/
@Excel
(
name
=
"队伍规模"
,
width
=
10
)
@Excel
(
name
=
"队伍规模"
,
cellType
=
Excel
.
ColumnType
.
NUMERIC
,
width
=
10
)
private
Double
serviceTeamPersonnum
;
/**
* 专业特长
...
...
@@ -133,7 +133,7 @@ public class DCustomerListVo implements Serializable {
/**
* 注册资金
*/
@Excel
(
name
=
"注册资金(万元)"
,
width
=
10
)
@Excel
(
name
=
"注册资金(万元)"
,
cellType
=
Excel
.
ColumnType
.
NUMERIC
,
width
=
10
)
private
Double
registerCapital
;
/**
* 联系人
...
...
@@ -149,18 +149,18 @@ public class DCustomerListVo implements Serializable {
/**
* 准入时间
*/
@Excel
(
name
=
"准入时间"
,
width
=
10
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"准入时间"
,
width
=
10
,
dateFormat
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
approveDate2
;
/**
* 企业合作数量
*/
@Excel
(
name
=
"公司合作数量"
,
width
=
10
)
@Excel
(
name
=
"公司合作数量"
,
width
=
10
)
private
Integer
enterpriseCooperationCount
;
/**
* 项目合作数量
*/
@Excel
(
name
=
"合作项目数量"
,
width
=
10
)
@Excel
(
name
=
"合作项目数量"
,
width
=
10
)
private
Integer
projectCooperationCount
;
/**
* 考评等级
...
...
@@ -169,5 +169,4 @@ public class DCustomerListVo implements Serializable {
private
String
creditLevel
;
}
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