add 新增根据开始、结束时间批量更新订单

This commit is contained in:
Lemon
2026-02-05 16:22:33 +08:00
parent ebadabfe2a
commit a65bc6399f
3 changed files with 51 additions and 0 deletions

View File

@@ -20,4 +20,14 @@ public class UpdateOrderReviewDTO {
* 站点编号
*/
private String stationId;
/**
* 开始日期
*/
private String startTime;
/**
* 结束日期
*/
private String endTime;
}