dto优化

This commit is contained in:
dzl 2025-05-21 15:10:47 +08:00
parent 79e0f5860e
commit e1acf4e735

View File

@ -79,29 +79,4 @@ public class OrderDetailInfo {
* 骑行卡抵扣金额
*/
private Double cyclingCardAmount = 0.0;
/**
* 支付方式
*/
private String payMethod;
/**
* 用户姓名
*/
private String user;
/**
* 用户手机
*/
private String phone;
/**
* 申请原因
*/
private String applyReason;
/**
* 申请退款金额
*/
private Double applyRefundAmount = 0.0;
}