Commit c1621190 authored by 李灿灿's avatar 李灿灿

商险优化部分接口

parent c58405a9
...@@ -186,13 +186,13 @@ public class InsurancesConstants { ...@@ -186,13 +186,13 @@ public class InsurancesConstants {
*/ */
public static final String EMP_IDCARD_NO_NOT_LEGITIMATE = "员工身份证号格式错误"; public static final String EMP_IDCARD_NO_NOT_LEGITIMATE = "员工身份证号格式错误";
/** /**
* 员工年龄在16岁-70岁之间 * 员工年龄在16岁-70岁之间
*/ */
public static final String EMP_AGE_NOT_LEGITIMATE = "员工年龄在16岁-70岁之间"; public static final String EMP_AGE_NOT_LEGITIMATE = "员工年龄在16岁-70岁之间";
/** /**
* 替换员工年龄在16岁-70岁之间 * 替换员工年龄在16岁-70岁之间
*/ */
public static final String REPLACE_EMP_AGE_NOT_LEGITIMATE = "替换员工年龄在16岁-70岁之间"; public static final String REPLACE_EMP_AGE_NOT_LEGITIMATE = "替换员工年龄在16岁-70岁之间";
/** /**
* 员工未通过实名认证 * 员工未通过实名认证
*/ */
......
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