yangys
2024-04-04 ed4a5236bab800094be4a8378f5098eebe3de6ac
smart-core-secure/src/main/java/com/qianwen/core/secure/props/ClientSecure.java
@@ -3,10 +3,9 @@
import java.util.ArrayList;
import java.util.List;
/* loaded from: blade-core-secure-9.3.0.0-SNAPSHOT.jar:org/springblade/core/secure/props/ClientSecure.class */
public class ClientSecure {
    private String clientId;
    private final List<String> pathPatterns = new ArrayList();
    private final List<String> pathPatterns = new ArrayList<>();
    public void setClientId(final String clientId) {
        this.clientId = clientId;