代码提交

This commit is contained in:
huangzj
2023-05-25 09:57:21 +08:00
parent da7b7ee8eb
commit 623750abaa
65 changed files with 4326 additions and 24 deletions

View File

@@ -66,7 +66,11 @@ public class Knife4jSwaggerConfig {
"com.njcn.process.controller",
"com.njcn.advance.controller",
"com.njcn.algorithm.controller",
"com.njcn.access.controller"
"com.njcn.access.controller",
"com.njcn.csdevice.controller",
"com.njcn.cswarn.controller",
"com.njcn.csharmonic.controller",
"com.njcn.cssystem.controller"
)
.collect(Collectors.toList());
List<GrantType> grantTypes = new ArrayList<>();