Commit 1aa72d5f authored by 李灿灿's avatar 李灿灿

提示语优化

parent 72d3d523
...@@ -69,13 +69,13 @@ public class InsurancesConstants { ...@@ -69,13 +69,13 @@ public class InsurancesConstants {
*/ */
public static final String EDIT_NOT_ALLOW = "不允许编辑"; public static final String EDIT_NOT_ALLOW = "不允许编辑";
/** /**
* 投保信息已存在 * 投保记录已存在
*/ */
public static final String DATA_IS_EXIST = "投保信息已存在"; public static final String DATA_IS_EXIST = "投保记录已存在";
/** /**
* 投保信息不存在 * 投保记录不存在
*/ */
public static final String DATA_IS_NOT_EXIST = "投保信息不存在"; public static final String DATA_IS_NOT_EXIST = "投保记录不存在";
/** /**
* 结算信息不存在 * 结算信息不存在
*/ */
......
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