update 首页订单数据新增时间选择器

This commit is contained in:
Lemon
2025-01-09 15:28:20 +08:00
parent 71d911705f
commit b19bc49093
2 changed files with 6 additions and 1 deletions

View File

@@ -19,4 +19,8 @@ public class IndexQueryDTO extends BaseEntity {
private String stationId;
private List<String> stationIdList;
private String startTime;
private String endTime;
}