mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
查询站点订单日报详情
This commit is contained in:
@@ -6,13 +6,23 @@ import lombok.Setter;
|
||||
@Getter
|
||||
@Setter
|
||||
public class SettleOrderReportDTO {
|
||||
private String merchantId;
|
||||
|
||||
/**
|
||||
* 站点id
|
||||
*/
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 交易日期
|
||||
*/
|
||||
private String tradeDate;
|
||||
|
||||
/**
|
||||
* 当前页码
|
||||
*/
|
||||
private Integer pageNum;
|
||||
|
||||
/**
|
||||
* 页面容量
|
||||
*/
|
||||
private Integer pageSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user