无关风月
2024-07-04 941caf616bded8ff1faa0a0875f2f37a11d9913d
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;
}