评价列表展示店铺的评分
This commit is contained in:
parent
1b60079481
commit
ceea01ccf8
@ -39,8 +39,16 @@ public class MemberEvaluationListVO {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "创建时间")
|
@ApiModelProperty(value = "创建时间")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "物流评分")
|
||||||
|
private Integer deliveryScore;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "服务评分")
|
||||||
|
private Integer serviceScore;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "描述评分")
|
||||||
|
private Integer descriptionScore;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user