Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
on-site-service
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
external
on-site-service
Commits
0ecb4491
Commit
0ecb4491
authored
Jul 20, 2022
by
shangtx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 注释修改
parent
8a7836ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ServiceOrderVO.java
...ava/com/onsiteservice/common/order/vo/ServiceOrderVO.java
+1
-1
BizConstants.java
...ava/com/onsiteservice/constant/constant/BizConstants.java
+1
-1
No files found.
common/src/main/java/com/onsiteservice/common/order/vo/ServiceOrderVO.java
View file @
0ecb4491
...
...
@@ -48,7 +48,7 @@ public class ServiceOrderVO {
@ApiModelProperty
(
value
=
"订单流程信息"
)
private
List
<
ServiceOrderLogVO
>
process
;
@ApiModelProperty
(
value
=
"订单状态"
)
@ApiModelProperty
(
value
=
"订单状态
1待受理,2 已拍估价员 3待支付,4待派单,5服务中,6已完成,7已取消
"
)
private
Integer
orderStatus
;
}
\ No newline at end of file
constant/src/main/java/com/onsiteservice/constant/constant/BizConstants.java
View file @
0ecb4491
...
...
@@ -30,7 +30,7 @@ public class BizConstants {
.
put
(
3
,
Lists
.
newArrayList
(
3
))
// 待支付
.
put
(
4
,
Lists
.
newArrayList
(
4
))
// 待派单
.
put
(
5
,
Lists
.
newArrayList
(
5
))
// 服务中
.
put
(
6
,
Lists
.
newArrayList
(
6
))
// 已完成
.
put
(
6
,
Lists
.
newArrayList
(
6
,
7
))
// 已完成
.
build
();
}
...
...
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