|
|
@@ -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;
|
|
|
|
|
|
|