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