update 首页数据大屏

This commit is contained in:
Lemon
2026-05-26 16:19:19 +08:00
parent 52b1535216
commit 05699d5686
15 changed files with 483 additions and 106 deletions

View File

@@ -20,6 +20,11 @@ public class IndexQueryDTO extends BaseEntity {
private List<String> stationIdList;
/**
* 商户id列表用于大数据平台按商户维度查询避免展开为大量stationId
*/
private List<String> merchantIdList;
private String startTime;
private String endTime;