Selaa lähdekoodia

订单列表加状态

zhangchen 2 viikkoa sitten
vanhempi
commit
bfa733be2b

+ 1 - 1
alien-entity/src/main/java/shop/alien/entity/store/vo/LawyerConsultationOrderVO.java

@@ -248,7 +248,7 @@ public class LawyerConsultationOrderVO implements Serializable {
     @ApiModelProperty(value = "律师接单状态")
     private int orderReceivingStatus;
 
-    @ApiModelProperty(value = "申诉处理状态 0 审核中 1审核通过 2驳回 3没有申诉")
+    @ApiModelProperty(value = "申诉处理状态 0 审核中 1审核通过 2驳回")
     private String commentStatus;