update 设置dept等级

This commit is contained in:
2023-11-10 15:14:54 +08:00
parent 75e9d5296f
commit 5daad34fe7
9 changed files with 43 additions and 14 deletions

View File

@@ -119,4 +119,6 @@ public interface IPileStationInfoService {
* 查询充电站下拉列表
*/
List<PileStationVO> getStationSelectList(QueryStationDTO dto);
PileStationInfo queryInfoByDeptId(String valueOf);
}