Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
b8ce564b
Commit
b8ce564b
authored
Dec 13, 2022
by
李灿灿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:投保修改提示语调整
parent
e9900eb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
InsurancesConstants.java
...lus/v1/yifu/insurances/constants/InsurancesConstants.java
+4
-4
No files found.
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/constants/InsurancesConstants.java
View file @
b8ce564b
...
@@ -154,9 +154,9 @@ public class InsurancesConstants {
...
@@ -154,9 +154,9 @@ public class InsurancesConstants {
*/
*/
public
static
final
String
REPLACE_IS_EXIST
=
"替换员工投保记录已存在"
;
public
static
final
String
REPLACE_IS_EXIST
=
"替换员工投保记录已存在"
;
/**
/**
* 替换
类型不能修改
* 替换
投保不允许变更投保类型
*/
*/
public
static
final
String
REPLACE_NOT_ALLOW
=
"替换
类型不能修改
"
;
public
static
final
String
REPLACE_NOT_ALLOW
=
"替换
投保不允许变更投保类型
"
;
/**
/**
* 当前记录是待投保,无法替换
* 当前记录是待投保,无法替换
*/
*/
...
@@ -426,9 +426,9 @@ public class InsurancesConstants {
...
@@ -426,9 +426,9 @@ public class InsurancesConstants {
*/
*/
public
static
final
String
BUY_TYPE_FOUR_NOT_REGISTERED
=
"替换类型无法登记保单保费"
;
public
static
final
String
BUY_TYPE_FOUR_NOT_REGISTERED
=
"替换类型无法登记保单保费"
;
/**
/**
* 变更后投保类型
错误
* 变更后投保类型
只能填写新增、批增
*/
*/
public
static
final
String
BUY_TYPE_ERROR_NEW
=
"变更后投保类型
错误
"
;
public
static
final
String
BUY_TYPE_ERROR_NEW
=
"变更后投保类型
只能填写新增、批增
"
;
/**
/**
* 商险待投保,无法登记保单保费
* 商险待投保,无法登记保单保费
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment