mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-07 07:28:03 +08:00
add 新增根据开始、结束时间批量更新订单
This commit is contained in:
@@ -20,4 +20,14 @@ public class UpdateOrderReviewDTO {
|
||||
* 站点编号
|
||||
*/
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 开始日期
|
||||
*/
|
||||
private String startTime;
|
||||
|
||||
/**
|
||||
* 结束日期
|
||||
*/
|
||||
private String endTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user