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