代码提交

This commit is contained in:
2023-05-22 20:56:26 +08:00
parent f840ab9774
commit d966e26eb2
2 changed files with 9 additions and 1 deletions

View File

@@ -65,7 +65,8 @@ public class Knife4jSwaggerConfig {
"com.njcn.quality.controller",
"com.njcn.process.controller",
"com.njcn.advance.controller",
"com.njcn.algorithm.controller"
"com.njcn.algorithm.controller",
"com.njcn.access.controller"
)
.collect(Collectors.toList());
List<GrantType> grantTypes = new ArrayList<>();