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 7b0f44e0
authored
Sep 07, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[1235555]
1 parent
7d120a98
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
code/finance_serv/src/main/java/com/vion/financial/vo/ContractVo.java
code/finance_serv/src/main/java/com/vion/financial/vo/ContractVo.java
View file @
7b0f44e
...
...
@@ -94,7 +94,7 @@ public class ContractVo extends SelectVo{
return
salesperson_unid
;
}
public
void
setSalesperson_unid
(
String
salesperson_unid
)
{
this
.
salesperson_unid
=
salesperson_unid
.
trim
()
;
this
.
salesperson_unid
=
salesperson_unid
;
}
public
Integer
getProject_unid
()
{
return
project_unid
;
...
...
@@ -106,13 +106,13 @@ public class ContractVo extends SelectVo{
return
project_name
;
}
public
void
setProject_name
(
String
project_name
)
{
this
.
project_name
=
project_name
.
trim
()
;
this
.
project_name
=
project_name
;
}
public
String
getCustomer_name
()
{
return
customer_name
;
}
public
void
setCustomer_name
(
String
customer_name
)
{
this
.
customer_name
=
customer_name
.
trim
()
;
this
.
customer_name
=
customer_name
;
}
public
Integer
getCustomer_unid
()
{
return
customer_unid
;
...
...
@@ -124,19 +124,19 @@ public class ContractVo extends SelectVo{
return
province
;
}
public
void
setProvince
(
String
province
)
{
this
.
province
=
province
.
trim
()
;
this
.
province
=
province
;
}
public
String
getCity
()
{
return
city
;
}
public
void
setCity
(
String
city
)
{
this
.
city
=
city
.
trim
()
;
this
.
city
=
city
;
}
public
String
getCounty
()
{
return
county
;
}
public
void
setCounty
(
String
county
)
{
this
.
county
=
county
.
trim
()
;
this
.
county
=
county
;
}
public
Integer
getGuarantee_period
()
{
return
guarantee_period
;
...
...
@@ -155,19 +155,19 @@ public class ContractVo extends SelectVo{
return
product_line_type
;
}
public
void
setProduct_line_type
(
String
product_line_type
)
{
this
.
product_line_type
=
product_line_type
.
trim
()
;
this
.
product_line_type
=
product_line_type
;
}
public
String
getContract_state
()
{
return
contract_state
;
}
public
void
setContract_state
(
String
contract_state
)
{
this
.
contract_state
=
contract_state
.
trim
()
;
this
.
contract_state
=
contract_state
;
}
public
String
getContract_type
()
{
return
contract_type
;
}
public
void
setContract_type
(
String
contract_type
)
{
this
.
contract_type
=
contract_type
.
trim
()
;
this
.
contract_type
=
contract_type
;
}
public
Double
getContract_amount
()
{
return
contract_amount
;
...
...
@@ -185,7 +185,7 @@ public class ContractVo extends SelectVo{
return
contract_amount_note
;
}
public
void
setContract_amount_note
(
String
contract_amount_note
)
{
this
.
contract_amount_note
=
contract_amount_note
.
trim
()
;
this
.
contract_amount_note
=
contract_amount_note
;
}
public
Double
getStop_amount
()
{
return
stop_amount
;
...
...
@@ -197,7 +197,7 @@ public class ContractVo extends SelectVo{
return
reback_note
;
}
public
void
setReback_note
(
String
reback_note
)
{
this
.
reback_note
=
reback_note
.
trim
()
;
this
.
reback_note
=
reback_note
;
}
public
Double
getExemptions_amount
()
{
return
exemptions_amount
;
...
...
@@ -209,7 +209,7 @@ public class ContractVo extends SelectVo{
return
contract_remain_note
;
}
public
void
setContract_remain_note
(
String
contract_remain_note
)
{
this
.
contract_remain_note
=
contract_remain_note
.
trim
()
;
this
.
contract_remain_note
=
contract_remain_note
;
}
public
Boolean
getIs_archive
()
{
return
is_archive
;
...
...
@@ -227,7 +227,7 @@ public class ContractVo extends SelectVo{
return
bad_amount_note
;
}
public
void
setBad_amount_note
(
String
bad_amount_note
)
{
this
.
bad_amount_note
=
bad_amount_note
.
trim
()
;
this
.
bad_amount_note
=
bad_amount_note
;
}
public
Double
getConfirm_income_amount
()
{
return
confirm_income_amount
;
...
...
@@ -259,13 +259,13 @@ public class ContractVo extends SelectVo{
return
mainten_start_point
;
}
public
void
setMainten_start_point
(
String
mainten_start_point
)
{
this
.
mainten_start_point
=
mainten_start_point
.
trim
()
;
this
.
mainten_start_point
=
mainten_start_point
;
}
public
String
getContract_note
()
{
return
contract_note
;
}
public
void
setContract_note
(
String
contract_note
)
{
this
.
contract_note
=
contract_note
.
trim
()
;
this
.
contract_note
=
contract_note
;
}
public
Boolean
getIs_delete
()
{
return
is_delete
;
...
...
@@ -343,7 +343,7 @@ public class ContractVo extends SelectVo{
return
salesperson_name
;
}
public
void
setSalesperson_name
(
String
salesperson_name
)
{
this
.
salesperson_name
=
salesperson_name
.
trim
()
;
this
.
salesperson_name
=
salesperson_name
;
}
public
Integer
getList_size
()
{
return
list_size
;
...
...
@@ -450,25 +450,25 @@ public class ContractVo extends SelectVo{
return
product_line_type_name
;
}
public
void
setProduct_line_type_name
(
String
product_line_type_name
)
{
this
.
product_line_type_name
=
product_line_type_name
.
trim
()
;
this
.
product_line_type_name
=
product_line_type_name
;
}
public
String
getContract_state_name
()
{
return
contract_state_name
;
}
public
void
setContract_state_name
(
String
contract_state_name
)
{
this
.
contract_state_name
=
contract_state_name
.
trim
()
;
this
.
contract_state_name
=
contract_state_name
;
}
public
String
getContract_type_name
()
{
return
contract_type_name
;
}
public
void
setContract_type_name
(
String
contract_type_name
)
{
this
.
contract_type_name
=
contract_type_name
.
trim
()
;
this
.
contract_type_name
=
contract_type_name
;
}
public
String
getAmount_state_unid_name
()
{
return
amount_state_unid_name
;
}
public
void
setAmount_state_unid_name
(
String
amount_state_unid_name
)
{
this
.
amount_state_unid_name
=
amount_state_unid_name
.
trim
()
;
this
.
amount_state_unid_name
=
amount_state_unid_name
;
}
public
Double
getMainten_pay
()
{
return
mainten_pay
;
...
...
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