"jetbrains:/idea/checkout/git" did not exist on "76df0e7d21c6d55f632948e13c2ef47ae6d280b1"
Commit 4e445d18 authored by 季圣华's avatar 季圣华
Browse files

补漏提交的文件

parent 6c8427bd
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment