smart-starter-datascope/src/main/java/com/qianwen/core/datascope/props/DataScopeProperties.java
@@ -6,7 +6,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties; @ConfigurationProperties(prefix = "blade.data-scope") /* loaded from: blade-starter-datascope-9.3.0.1-SNAPSHOT.jar:org/springblade/core/datascope/props/DataScopeProperties.class */ public class DataScopeProperties { private Boolean enabled = true; private List<String> mapperKey = Arrays.asList("page", "Page", "list", "List");