疯狂的狮子Li
2025-01-20 3c8d864b5f68af5167199e0d5c9ff6c0c5852638
ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/TenantConstants.java
@@ -8,16 +8,6 @@
public interface TenantConstants {
    /**
     * 租户正常状态
     */
    String NORMAL = "0";
    /**
     * 租户封禁状态
     */
    String DISABLE = "1";
    /**
     * 超级管理员ID
     */
    Long SUPER_ADMIN_ID = 1L;