This commit is contained in:
wr
2025-03-31 09:33:26 +08:00
parent e322eb2413
commit d738116968

View File

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