mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
订单日报计算前一天结算完成的订单
This commit is contained in:
@@ -73,4 +73,14 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
// private int pageNum;
|
||||
|
||||
private List<String> orderCodeList;
|
||||
|
||||
/**
|
||||
* 结算开始时间
|
||||
*/
|
||||
private String startSettleTime;
|
||||
|
||||
/**
|
||||
* 结算结束时间
|
||||
*/
|
||||
private String endSettleTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user