更新所有模块框架,建表已写好,学生查询模块已经写好,正在写新增模块。

This commit is contained in:
Orangeeee
2026-09-21 08:41:49 +08:00
parent 4627b4a57a
commit 1f4fa614e5
8 changed files with 276 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
show databases;
create database student_manage_system;
use student_manage_system;
show tables;
drop table students;