Commit 03aab5d5 by guojuxing

回退部分lombo插件内容代码

parent 2367791a
......@@ -79,6 +79,13 @@ public class TabEnterprise {
*/
private Integer creatorId;
public Integer getEnterpriseId() {
return enterpriseId;
}
public void setEnterpriseId(Integer enterpriseId) {
this.enterpriseId = enterpriseId;
}
public String getEnterpriseName() {
return enterpriseName;
......
Markdown is supported
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