字典树新增接口

This commit is contained in:
2023-07-06 11:33:59 +08:00
parent 8feb7b00ab
commit 5229ae3c60
8 changed files with 97 additions and 4 deletions

View File

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