提交 c241d7e9 编写于 作者: 小刘28's avatar 小刘28 💬

doc:更新readme文档;

上级 dcade0dc
# 说明文档
文章更新时间:2023年6月9日21:47:16
文章更新时间:2023年6月13日10:21:54
### 1.系统名称
......@@ -26,7 +26,7 @@ Java(≥1.8)
1. 登录模块(已完成)
2. 主界面(已完成)
3. 个人管理模块(已完成)
4. 账号管理模块
4. 账号管理模块(已完成)
5. 用户管理模块
6. 院系管理模块
7. 班级管理模块
......
......@@ -28,7 +28,7 @@ public class AccountV {
System.out.println("2、新增账号");
System.out.println("3、修改账号");
System.out.println("4、删除账号");
System.out.println("5、重置账号密码");
System.out.println("5、重置密码");
System.out.println("0、返回上一级");
System.out.println("请选择您要进行的操作:");
......@@ -50,7 +50,6 @@ public class AccountV {
remoAcco();
break;
case "5":
// System.out.println("进入重置账号密码模块");
resPass();
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册