mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update 查询首页数据
This commit is contained in:
@@ -3,6 +3,8 @@ package com.jsowell.pile.dto;
|
||||
import com.jsowell.common.core.domain.BaseEntity;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 首页数据展示DTO
|
||||
*
|
||||
@@ -15,4 +17,6 @@ public class IndexQueryDTO extends BaseEntity {
|
||||
* 站点id
|
||||
*/
|
||||
private String stationId;
|
||||
|
||||
private List<String> stationIdList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user