无关风月
2024-07-22 da26806f0fbc78b501d58976092cc681f786c35b
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;
}