puzhibing
2025-01-14 49427f9b8e34afd392e9bbef9af61034f2770f18
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/VipSettingService.java
@@ -14,4 +14,5 @@
public interface VipSettingService extends IService<VipSetting> {
    VipSetting getVipSettingByUserId(Long userId);
}