更新同步 所有库名、表名、model字段名 等,导致需要同步修改业务代码,现更新到update的request、api和dao了,暂存。

This commit is contained in:
Orangeeee
2026-09-21 23:11:45 +08:00
parent 1f87616004
commit fe7c95fa78
5 changed files with 138 additions and 74 deletions
+12
View File
@@ -0,0 +1,12 @@
show databases;
create database student_manage_system;
use student_manage_system;
show tables;
drop table students;
select * from students limit 50;