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

Commit 171b5b30 authored by 胡佳晨's avatar 胡佳晨

提交 退款相关vo

parent 53502fc2
...@@ -11,7 +11,7 @@ import java.time.LocalDateTime; ...@@ -11,7 +11,7 @@ import java.time.LocalDateTime;
@Data @Data
public class KylinOrderRefundEntitiesVo { public class KylinOrderRefundEntitiesVo {
private Integer mid; private Integer mid;
private String orderRefundsEntities_id; private String orderRefundsEntitiesId;
private String orderRefundsId; private String orderRefundsId;
private String orderTicketEntitiesId; private String orderTicketEntitiesId;
private BigDecimal refundPrice; private BigDecimal refundPrice;
......
...@@ -9,32 +9,32 @@ import java.time.LocalDateTime; ...@@ -9,32 +9,32 @@ import java.time.LocalDateTime;
@Data @Data
public class KylinOrderRefundsVo { public class KylinOrderRefundsVo {
private Integer mid; private Integer mid;
private String order_refunds_id; private String orderRefundsId;
private String order_tickets_id; private String orderTicketsId;
private String order_refund_code; private String orderRefundCode;
private String order_refund_batches_id; private String orderRefund_batchesId;
private String refund_code; private String refundCode;
private LocalDateTime refund_at; private LocalDateTime refundAt;
private String refund_id; private String refundId;
private String refund_error; private String refundError;
private BigDecimal price; private BigDecimal price;
private BigDecimal price_express; private BigDecimal priceExpress;
private Integer status; private Integer status;
private Integer type; private Integer type;
private String applicant_id; private String applicantId;
private String applicant_name; private String applicantName;
private LocalDateTime applicant_at; private LocalDateTime applicantAt;
private String reason; private String reason;
private String auditor_id; private String auditorId;
private String auditor_name; private String auditorName;
private LocalDateTime auditor_at; private LocalDateTime auditorAt;
private String reject; private String reject;
private String executor_id; private String executorId;
private String executor_name; private String executorName;
private LocalDateTime executor_at; private LocalDateTime executorAt;
private String refuse; private String refuse;
private Integer refund_type; private Integer refundType;
private String refund_cate; private String refundCate;
private LocalDateTime created_at; private LocalDateTime createdAt;
private LocalDateTime updated_at; private LocalDateTime updatedAt;
} }
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