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
95ead95c
Unverified
Commit
95ead95c
authored
Nov 23, 2022
by
季圣华
Committed by
Gitee
Nov 23, 2022
Browse files
!82 提高查询速度,提交FinishDepositVo
Merge pull request !82 from 天门溪水/master
parents
d4a5fa79
1a4f3b9f
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 @
95ead95c
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