Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
1a4f3b9f
Commit
1a4f3b9f
authored
Nov 23, 2022
by
double
Browse files
提高查询速度,提交FinishDepositVo
parent
d4a5fa79
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/datasource/vo/FinishDepositVo.java
0 → 100644
View file @
1a4f3b9f
package
com.jsh.erp.datasource.vo
;
import
java.math.BigDecimal
;
public
class
FinishDepositVo
{
private
String
number
;
private
BigDecimal
finishDeposit
;
public
String
getNumber
()
{
return
number
;
}
public
void
setNumber
(
String
number
)
{
this
.
number
=
number
;
}
public
BigDecimal
getFinishDeposit
()
{
return
finishDeposit
;
}
public
void
setFinishDeposit
(
BigDecimal
finishDeposit
)
{
this
.
finishDeposit
=
finishDeposit
;
}
}
Write
Preview
Supports
Markdown
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