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

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

提交 退款相关vo

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