无关风月
2024-07-01 4712c04afe2aedeed20ddc5b1a3b0ba66b89cb9b
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;
}