luodangjia
2024-12-09 b044d9fbf64ebf7e7beae0b7c49e5f39c6ac620c
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);
}