Parcourir la source

组织管理功能

git-svn-id: https://192.168.57.71/svn/jsgkj@1213 931142cf-59ea-a443-aa0e-51397b428577
ld_zhouk il y a 8 ans
Parent
commit
ed9a316846

+ 8 - 0
gkaqv2/trunk/modules/common/src/main/java/com/xt/js/gkaq/common/Constants.java

@@ -913,4 +913,12 @@ public class Constants {
      * 行政区划:江苏
      */
     public static final String XZQH_JS = "32";
+    /**
+     * 用户类型:超级管理员
+     */
+    public static final String USER_TYPE_SA = "0";
+    /**
+     * 组织类型:科室
+     */
+    public static final String ORG_TYPE_9 = "9";
 }