无关风月
2024-07-03 53b1659091b7f4ae4a519ea5bf5522493d5be484
ruoyi-service/ruoyi-management/src/main/java/com/ruoyi/management/service/ITUserService.java
@@ -14,5 +14,6 @@
public interface ITUserService extends IService<TUser> {
//    List<AppUserVO> listAll(AppUserQuery query);
    Boolean phoneCode(String phone) throws Exception;
}