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 776cdad6
authored
Dec 04, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【提交】
1 parent
9285cf88
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
0 deletions
code/finance_serv/src/main/java/com/vion/financial/vo/ContractVo.java
code/finance_serv/src/main/java/com/vion/financial/vo/SelectVo.java
code/finance_serv/src/main/java/com/vion/financial/vo/ContractVo.java
View file @
776cdad
...
...
@@ -551,10 +551,12 @@ public class ContractVo extends SelectVo{
this
.
second_industry_name
=
second_industry_name
;
}
@Override
public
Integer
getFinal_user
()
{
return
final_user
;
}
@Override
public
void
setFinal_user
(
Integer
final_user
)
{
this
.
final_user
=
final_user
;
}
...
...
code/finance_serv/src/main/java/com/vion/financial/vo/SelectVo.java
View file @
776cdad
...
...
@@ -49,6 +49,16 @@ public class SelectVo {
private
String
[]
salesperson_unid_columns
;
private
String
[]
amount_state_unids
;
private
Integer
final_user
;
//最终用户
private
String
relation_customer
;
//关联大客户
private
String
first_industry
;
//行业
private
String
final_user_name
;
//最终用户name
private
String
relation_customer_name
;
//关联大客户name
private
String
first_industry_name
;
//行业name
private
String
second_industry
;
private
String
second_industry_name
;
/*
* 查询条件
*/
...
...
@@ -254,4 +264,68 @@ public class SelectVo {
public
void
setAmount_state_unids
(
String
[]
amount_state_unids
)
{
this
.
amount_state_unids
=
amount_state_unids
;
}
public
Integer
getFinal_user
()
{
return
final_user
;
}
public
void
setFinal_user
(
Integer
final_user
)
{
this
.
final_user
=
final_user
;
}
public
String
getRelation_customer
()
{
return
relation_customer
;
}
public
void
setRelation_customer
(
String
relation_customer
)
{
this
.
relation_customer
=
relation_customer
;
}
public
String
getFirst_industry
()
{
return
first_industry
;
}
public
void
setFirst_industry
(
String
first_industry
)
{
this
.
first_industry
=
first_industry
;
}
public
String
getFinal_user_name
()
{
return
final_user_name
;
}
public
void
setFinal_user_name
(
String
final_user_name
)
{
this
.
final_user_name
=
final_user_name
;
}
public
String
getRelation_customer_name
()
{
return
relation_customer_name
;
}
public
void
setRelation_customer_name
(
String
relation_customer_name
)
{
this
.
relation_customer_name
=
relation_customer_name
;
}
public
String
getFirst_industry_name
()
{
return
first_industry_name
;
}
public
void
setFirst_industry_name
(
String
first_industry_name
)
{
this
.
first_industry_name
=
first_industry_name
;
}
public
String
getSecond_industry
()
{
return
second_industry
;
}
public
void
setSecond_industry
(
String
second_industry
)
{
this
.
second_industry
=
second_industry
;
}
public
String
getSecond_industry_name
()
{
return
second_industry_name
;
}
public
void
setSecond_industry_name
(
String
second_industry_name
)
{
this
.
second_industry_name
=
second_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