|
@@ -114,7 +114,7 @@ public class LawyerConsultationOrderVO implements Serializable {
|
|
|
private Integer certificationStatus;
|
|
private Integer certificationStatus;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "服务评分, 0-5分")
|
|
@ApiModelProperty(value = "服务评分, 0-5分")
|
|
|
- private Integer serviceScore;
|
|
|
|
|
|
|
+ private Double serviceScore;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "服务次数")
|
|
@ApiModelProperty(value = "服务次数")
|
|
|
private Integer serviceCount;
|
|
private Integer serviceCount;
|