Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
6b12a246
Commit
6b12a246
authored
Sep 04, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改车辆管理提示语
parent
e40a12ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
resultcod.properties
...common/src/main/resources/properties/resultcod.properties
+2
-2
ResCode.java
...a/com/xxfc/platform/vehicle/constant/ResCode/ResCode.java
+1
-1
No files found.
ace-common/src/main/resources/properties/resultcod.properties
View file @
6b12a246
...
@@ -214,7 +214,7 @@ BOOKED_FAILED_CODE = 4007
...
@@ -214,7 +214,7 @@ BOOKED_FAILED_CODE = 4007
4007
=
车辆预定失败,请重试!
4007
=
车辆预定失败,请重试!
ONLY_BOOK_FROM_TODAY
=
4008
ONLY_BOOK_FROM_TODAY
=
4008
4008
=
取消或
预定时间不能小于当前时间
4008
=
预定时间不能小于当前时间
ADD_VEHICLE_FAIL
=
4009
ADD_VEHICLE_FAIL
=
4009
4009
=
添加车辆失败,请重试
4009
=
添加车辆失败,请重试
...
@@ -226,7 +226,7 @@ DATE_TIME_IS_NULL = 4011
...
@@ -226,7 +226,7 @@ DATE_TIME_IS_NULL = 4011
4011
=
预定时间不能为空
4011
=
预定时间不能为空
ONLY_BOOK_TWO_MONTH
=
4012
ONLY_BOOK_TWO_MONTH
=
4012
4012
=
只能预定两月内的车辆
4012
=
最多提前三个月预约
ONLY_UNBOOK_TWO_MONTH
=
4013
ONLY_UNBOOK_TWO_MONTH
=
4013
4013
=
只能取消预定两月内的车辆
4013
=
只能取消预定两月内的车辆
...
...
xx-vehicle/xx-vehicle-api/src/main/java/com/xxfc/platform/vehicle/constant/ResCode/ResCode.java
View file @
6b12a246
...
@@ -31,7 +31,7 @@ public enum ResCode {
...
@@ -31,7 +31,7 @@ public enum ResCode {
VEHICLE_DEPARTURE_VEHICLE_DISABLE
(
104002
,
"车辆不可用"
),
VEHICLE_DEPARTURE_VEHICLE_DISABLE
(
104002
,
"车辆不可用"
),
VEHICLE_DEPARTURE_VEHICLE_DELETE
(
104007
,
"车辆已下架"
),
VEHICLE_DEPARTURE_VEHICLE_DELETE
(
104007
,
"车辆已下架"
),
VEHICLE_DEPARTURE_VEHICLE_UNDEPARTURE
(
104003
,
"车辆未出车"
),
VEHICLE_DEPARTURE_VEHICLE_UNDEPARTURE
(
104003
,
"车辆未出车"
),
VEHICLE_DEPARTURE_DATE_IS_NOT_ABLED
(
104006
,
"
车辆不在出车范围内,请按照预定
日期出车!"
),
VEHICLE_DEPARTURE_DATE_IS_NOT_ABLED
(
104006
,
"
请按照预定的
日期出车!"
),
VEHICLE_BOOK_RECORD_IS_NOT_EXIST
(
104004
,
"预约记录不存在"
),
VEHICLE_BOOK_RECORD_IS_NOT_EXIST
(
104004
,
"预约记录不存在"
),
VEHICLE_UNBOOK_FAIL
(
104005
,
"取消预定失败!"
),
VEHICLE_UNBOOK_FAIL
(
104005
,
"取消预定失败!"
),
...
...
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