Commit 0ecb4491 authored by shangtx's avatar shangtx

chore: 注释修改

parent 8a7836ef
...@@ -48,7 +48,7 @@ public class ServiceOrderVO { ...@@ -48,7 +48,7 @@ public class ServiceOrderVO {
@ApiModelProperty(value = "订单流程信息") @ApiModelProperty(value = "订单流程信息")
private List<ServiceOrderLogVO> process; private List<ServiceOrderLogVO> process;
@ApiModelProperty(value = "订单状态") @ApiModelProperty(value = "订单状态 1待受理,2 已拍估价员 3待支付,4待派单,5服务中,6已完成,7已取消 ")
private Integer orderStatus; private Integer orderStatus;
} }
\ No newline at end of file
...@@ -30,7 +30,7 @@ public class BizConstants { ...@@ -30,7 +30,7 @@ public class BizConstants {
.put(3, Lists.newArrayList(3)) // 待支付 .put(3, Lists.newArrayList(3)) // 待支付
.put(4, Lists.newArrayList(4)) // 待派单 .put(4, Lists.newArrayList(4)) // 待派单
.put(5, Lists.newArrayList(5)) // 服务中 .put(5, Lists.newArrayList(5)) // 服务中
.put(6, Lists.newArrayList(6)) // 已完成 .put(6, Lists.newArrayList(6, 7)) // 已完成
.build(); .build();
} }
......
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