Commit 0ad1c9f6 by s_guodong

MdaUtils中增加方法

parent 360b969b
......@@ -1528,4 +1528,18 @@ public class MdaUtils {
return db;
}
public static Boolean isModified(IModule parent, String prop) {
return true;
}
public static Boolean isVisible(IModule parent, String prop) {
return true;
}
public static Boolean isEnabled(IModule parent, String prop) {
return true;
}
}
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