记得上下班打卡 | git大法好,push需谨慎

Commit caf1bf74 authored by 胡佳晨's avatar 胡佳晨

提交数据库 改动

parent 15f62034
...@@ -15,6 +15,6 @@ public class KylinOrderRefundEntitiesVo { ...@@ -15,6 +15,6 @@ public class KylinOrderRefundEntitiesVo {
private String orderRefundsId; private String orderRefundsId;
private String orderTicketEntitiesId; private String orderTicketEntitiesId;
private BigDecimal refundPrice; private BigDecimal refundPrice;
private LocalDateTime createdAt; private String createdAt;
private LocalDateTime updatedAt; private String updatedAt;
} }
package com.liquidnet.service.kylin.dto.vo.mongo;
import io.swagger.annotations.ApiModel;
import lombok.Data;
import java.math.BigDecimal;
@ApiModel
@Data
public class KylinOrderRefundPicVo {
private Integer mid;
private String refundPicId;
private String orderRefundsId;
private String picUrl;
private String createdAt;
private String updatedAt;
}
...@@ -15,7 +15,7 @@ public class KylinOrderRefundsVo { ...@@ -15,7 +15,7 @@ public class KylinOrderRefundsVo {
private String orderRefundCode; private String orderRefundCode;
private String orderRefund_batchesId; private String orderRefund_batchesId;
private String refundCode; private String refundCode;
private LocalDateTime refundAt; private String refundAt;
private String refundId; private String refundId;
private String refundError; private String refundError;
private BigDecimal price; private BigDecimal price;
...@@ -24,20 +24,21 @@ public class KylinOrderRefundsVo { ...@@ -24,20 +24,21 @@ public class KylinOrderRefundsVo {
private Integer type; private Integer type;
private String applicantId; private String applicantId;
private String applicantName; private String applicantName;
private LocalDateTime applicantAt; private String applicantAt;
private String reason; private String reason;
private String auditorId; private String auditorId;
private String auditorName; private String auditorName;
private LocalDateTime auditorAt; private String auditorAt;
private String reject; private String reject;
private String executorId; private String executorId;
private String executorName; private String executorName;
private LocalDateTime executorAt; private String executorAt;
private String refuse; private String refuse;
private Integer refundType; private Integer refundType;
private String refundCate; private String refundCate;
private LocalDateTime createdAt; private String createdAt;
private LocalDateTime updatedAt; private String updatedAt;
private List<KylinOrderRefundEntitiesVo> orderRefundEntitiesVos; private List<KylinOrderRefundEntitiesVo> orderRefundEntitiesVoList;
private List<KylinOrderRefundPicVo> orderRefundPicVos;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment