Source/UBCS/ubcs-common/src/main/java/com/vci/ubcs/common/constant/CommonConstant.java
@@ -49,6 +49,16 @@ Integer NOT_SEALED_ID = 0; /** * 是默认密码策略值 */ Integer IS_DEFAULT = 1; /** * 不是默认密码策略值 */ Integer NOT_DEFAULT = 0; /** * 默认密码 */ String DEFAULT_PASSWORD = "123456";