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
4e445d18
Commit
4e445d18
authored
Oct 24, 2022
by
季圣华
Browse files
补漏提交的文件
parent
6c8427bd
Changes
1
Show whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/datasource/entities/RoleEx.java
0 → 100644
View file @
4e445d18
package
com.jsh.erp.datasource.entities
;
public
class
RoleEx
extends
Role
{
private
String
priceLimitStr
;
public
String
getPriceLimitStr
()
{
return
priceLimitStr
;
}
public
void
setPriceLimitStr
(
String
priceLimitStr
)
{
this
.
priceLimitStr
=
priceLimitStr
;
}
}
\ No newline at end of file
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