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

Commit 41fc8699 authored by 胡佳晨's avatar 胡佳晨

提交 退款相关vo

parent 5b8a2b42
...@@ -11,10 +11,10 @@ import java.time.LocalDateTime; ...@@ -11,10 +11,10 @@ import java.time.LocalDateTime;
@Data @Data
public class KylinOrderRefundEntitiesVo { public class KylinOrderRefundEntitiesVo {
private Integer mid; private Integer mid;
private String order_refunds_entities_id; private String orderRefundsEntities_id;
private String order_refunds_id; private String orderRefundsId;
private String order_ticket_entities_id; private String orderTicketEntitiesId;
private BigDecimal refund_price; private BigDecimal refundPrice;
private LocalDateTime created_at; private LocalDateTime created_at;
private LocalDateTime updated_at; private LocalDateTime updated_at;
} }
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