Commit 0457731c by 徐高华

Merge branch 'master_xgh_bug_11月' into 'developer'

状态

See merge request !381
parents 10970160 baf25737
...@@ -47,6 +47,15 @@ public class HaobanMenuQDTO implements Serializable { ...@@ -47,6 +47,15 @@ public class HaobanMenuQDTO implements Serializable {
private String routePath; private String routePath;
private String ownerShip; private String ownerShip;
private Integer statusFlag = 1;
public Integer getStatusFlag() {
return statusFlag;
}
public void setStatusFlag(Integer statusFlag) {
this.statusFlag = statusFlag;
}
public String getMenuCode() { public String getMenuCode() {
return menuCode; return menuCode;
......
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