Browse Source

新增vpi接口

master
996472796@qq.com 2 years ago
parent
commit
afee014b0f
1 changed files with 1 additions and 1 deletions
  1. 2
      dating-agency-mall-server/src/main/java/com/qniao/dam/api/query/order/user/response/UserOrderRecordVo.java

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

@ -23,7 +23,7 @@ public class UserOrderRecordVo {
@ApiModelProperty("订单时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime paid_time;
private LocalDateTime paidTime;
@ApiModelProperty("结算金额")
private BigDecimal settlementAmount;

Loading…
Cancel
Save