Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8e4fe85e
authored
Dec 04, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【一级行业】
1 parent
771fa201
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
code/finance_serv/src/main/java/com/vion/financial/excel/ExportModel.java
code/finance_serv/src/main/java/com/vion/financial/excel/ExportModel.java
View file @
8e4fe85
...
@@ -141,7 +141,7 @@ public class ExportModel {
...
@@ -141,7 +141,7 @@ public class ExportModel {
private
String
relation_customer_name
;
private
String
relation_customer_name
;
@Excel
(
name
=
"一级行业"
,
width
=
35
)
@Excel
(
name
=
"一级行业"
,
width
=
35
)
private
String
first_industry_name
first_industry_name
;
private
String
first_industry_name
;
@Excel
(
name
=
"二级行业"
,
width
=
35
)
@Excel
(
name
=
"二级行业"
,
width
=
35
)
private
String
second_industry_name
;
private
String
second_industry_name
;
...
@@ -492,12 +492,12 @@ public class ExportModel {
...
@@ -492,12 +492,12 @@ public class ExportModel {
this
.
relation_customer_name
=
relation_customer_name
;
this
.
relation_customer_name
=
relation_customer_name
;
}
}
public
String
getFirst_industry_name
first_industry_name
()
{
public
String
getFirst_industry_name
()
{
return
first_industry_name
first_industry_name
;
return
first_industry_name
;
}
}
public
void
setFirst_industry_name
first_industry_name
(
String
first_industry_name
first_industry_name
)
{
public
void
setFirst_industry_name
(
String
first_industry_name
)
{
this
.
first_industry_name
first_industry_name
=
first_industry_name
first_industry_name
;
this
.
first_industry_name
=
first_industry_name
;
}
}
public
String
getSecond_industry_name
()
{
public
String
getSecond_industry_name
()
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment