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

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

提交 退款相关vo

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