无关风月
2024-06-18 0af6d3bb2176ad5dd61e940158e1929249204af5
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;
}