- 退款流程基本走完
This commit is contained in:
@@ -25,6 +25,10 @@ public class OrderReturnQueryDTO implements Serializable {
|
||||
* 订单编号
|
||||
*/
|
||||
private Integer orderNo;
|
||||
/**
|
||||
* 服务号
|
||||
*/
|
||||
private String serviceNumber;
|
||||
/**
|
||||
* 创建时间 - 开始
|
||||
*/
|
||||
@@ -33,6 +37,10 @@ public class OrderReturnQueryDTO implements Serializable {
|
||||
* 创建时间 - 结束
|
||||
*/
|
||||
private Date endCreateTime;
|
||||
/**
|
||||
* 状态
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
///
|
||||
/// 分页信息
|
||||
|
||||
Reference in New Issue
Block a user