无关风月
2025-06-10 fafae77d59bc333a11c6b43e8f8606e190341e4a
ruoyi-service/ruoyi-management/src/main/java/com/ruoyi/management/service/ITVipSetService.java
@@ -12,5 +12,5 @@
 * @since 2024-04-26
 */
public interface ITVipSetService extends IService<TVipSet> {
    Boolean phoneCode(String phone) throws Exception;
}