Browse Source

用户收益明细

master
张彭杰 1 year ago
parent
commit
ef5cb65617
1 changed files with 3 additions and 0 deletions
  1. 3
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/order/user/response/UserPageOrderByOperatorVo.java

3
dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/order/user/response/UserPageOrderByOperatorVo.java

@ -20,6 +20,9 @@ public class UserPageOrderByOperatorVo {
@ApiModelProperty("订单号")
private String orderCode;
@ApiModelProperty("名称")
private String name;
@ApiModelProperty("订单时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime orderTime;

Loading…
Cancel
Save