退款申请查询列表dto字段添加
This commit is contained in:
parent
0d4cb8b819
commit
d85a4cfa44
@ -79,7 +79,8 @@ public class ResApplyRefundDto {
|
||||
/**
|
||||
* 骑行设备编号
|
||||
*/
|
||||
private String ebikeCode;;
|
||||
private String ebikeCode;
|
||||
;
|
||||
|
||||
/**
|
||||
* 骑行开始时间
|
||||
@ -91,4 +92,14 @@ public class ResApplyRefundDto {
|
||||
*/
|
||||
private LocalDateTime endTime;
|
||||
|
||||
/**
|
||||
* 起点坐标
|
||||
*/
|
||||
private String ridePoint;
|
||||
|
||||
/**
|
||||
* 终点坐标
|
||||
*/
|
||||
private String returnPoint;
|
||||
|
||||
}
|
||||
|
||||
@ -101,4 +101,14 @@ public class ResCloseRefundDto {
|
||||
*/
|
||||
private LocalDateTime endTime;
|
||||
|
||||
/**
|
||||
* 起点坐标
|
||||
*/
|
||||
private String ridePoint;
|
||||
|
||||
/**
|
||||
* 终点坐标
|
||||
*/
|
||||
private String returnPoint;
|
||||
|
||||
}
|
||||
|
||||
@ -96,4 +96,14 @@ public class ResHandleRefundDto {
|
||||
*/
|
||||
private LocalDateTime endTime;
|
||||
|
||||
/**
|
||||
* 起点坐标
|
||||
*/
|
||||
private String ridePoint;
|
||||
|
||||
/**
|
||||
* 终点坐标
|
||||
*/
|
||||
private String returnPoint;
|
||||
|
||||
}
|
||||
|
||||
@ -121,4 +121,14 @@ public class ResProcessedRefundDto {
|
||||
*/
|
||||
private LocalDateTime endTime;
|
||||
|
||||
/**
|
||||
* 起点坐标
|
||||
*/
|
||||
private String ridePoint;
|
||||
|
||||
/**
|
||||
* 终点坐标
|
||||
*/
|
||||
private String returnPoint;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user