phpcjl
2024-12-11 2a5bf6800c67bfd53b638ff6f78b3f35365fa330
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);
}