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