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 09d26c09
authored
Sep 21, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【提交selectvo】
1 parent
149cfd27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
code/finance_serv/src/main/java/com/vion/financial/vo/SelectVo.java
code/finance_serv/src/main/java/com/vion/financial/vo/SelectVo.java
View file @
09d26c0
...
...
@@ -45,12 +45,22 @@ public class SelectVo {
private
String
[]
columns
;
private
String
[]
contract_states
;
private
String
[]
salesperson_unid_columns
;
/*
* 查询条件
*/
public
String
getSalesperson_name__like
()
{
return
salesperson_name__like
;
}
public
String
[]
getSalesperson_unid_columns
()
{
return
salesperson_unid_columns
;
}
public
void
setSalesperson_unid_columns
(
String
[]
salesperson_unid_columns
)
{
this
.
salesperson_unid_columns
=
salesperson_unid_columns
;
}
public
void
setSalesperson_name__like
(
String
salesperson_name__like
)
{
this
.
salesperson_name__like
=
salesperson_name__like
;
}
...
...
@@ -66,7 +76,7 @@ public class SelectVo {
public
void
setCustomer_name__like
(
String
customer_name__like
)
{
this
.
customer_name__like
=
customer_name__like
;
}
public
String
getProvince
()
{
public
String
getProvince
()
{
return
province
;
}
public
void
setProvince
(
String
province
)
{
...
...
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