dto优化
This commit is contained in:
parent
79e0f5860e
commit
e1acf4e735
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user