| | |
| | | public static final String ERP_USERSTATUS_RL ="ERP_USERSTATUS_RL" ; |
| | | public static final String ERP ="ERP" ; |
| | | public static final Integer THREE =3 ; |
| | | public static final Integer FOUR =4 ; |
| | | public static final String ORG_USER_ORIGIN = "ORG_USER_ORIGIN"; |
| | | public static boolean DEALING_HK_SYNCPRIVILEGE= false; |
| | | public static boolean DEALING_HK_SYNCDEVICE = false; |
| | |
| | | public static final String WX_PLATFORM_ACCESS_TOKEN = "WX_PLATFORM_ACCESS_TOKEN"; |
| | | public static final String WX_PLATFORM_APPID = "WX_PLATFORM_APPID"; |
| | | public static final String WX_PLATFORM_SECRET = "WX_PLATFORM_SECRET"; |
| | | public static final String WX_PLATFORM_AUDIT_VISIT = "WX_PLATFORM_AUDIT_VISIT"; |
| | | public static final String WX_PLATFORM_PREFIX = "WX_PLATFORM_PREFIX"; |
| | | |
| | | |
| | | |
| | |
| | | /** 用户类型 **/ |
| | | LW_FK(0,"劳务访客"), |
| | | PT_FK(1,"普通访客"), |
| | | NB_FK(2,"内部人员"); |
| | | NB_FK(2,"内部人员"), |
| | | |
| | | /** 进场类型 **/ |
| | | OUT(0,"出"), |
| | | IN(1,"进"); |
| | | |
| | | private Integer value; |
| | | private String des; |