1
phpcjl
2024-12-18 83751617ac342e4168cb714106bc009e3f25f99c
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();
}