1
phpcjl
2024-12-17 b5d8665ecc2d1098d2b5e840f36db19a7aca565a
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/VipSettingService.java
@@ -13,4 +13,7 @@
 */
public interface VipSettingService extends IService<VipSetting> {
    VipSetting getVipSettingByUserId(Long userId);
    void downUsers();
}