mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-16 05:20:42 +08:00
Resources appname
This commit is contained in:
@@ -38,6 +38,7 @@ public class Resources extends JpaBaseDomain implements Serializable {
|
||||
int sortIndex;
|
||||
@Column
|
||||
String appId;
|
||||
String appName;
|
||||
@Column
|
||||
String parentId;
|
||||
@Column
|
||||
@@ -94,6 +95,14 @@ public class Resources extends JpaBaseDomain implements Serializable {
|
||||
this.appId = appId;
|
||||
}
|
||||
|
||||
public String getAppName() {
|
||||
return appName;
|
||||
}
|
||||
|
||||
public void setAppName(String appName) {
|
||||
this.appName = appName;
|
||||
}
|
||||
|
||||
public String getParentId() {
|
||||
return parentId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user