增加监测点信息批量查询

This commit is contained in:
2023-11-03 16:04:59 +08:00
parent f924586e77
commit 70c025fde3
14 changed files with 168 additions and 5 deletions

View File

@@ -75,7 +75,9 @@ public class Knife4jSwaggerConfig {
"com.njcn.stat.controller",
"com.njcn.rt.controller",
"com.njcn.zlevent.controller",
"com.njcn.cloud.controller"
"com.njcn.cloud.controller",
"com.njcn.zlevent.controller",
"com.njcn.prepare"
)
.collect(Collectors.toList());
List<GrantType> grantTypes = new ArrayList<>();