feat(htykc): clazz 命名迁移、消课点名与 Diesel 迁移

将课程相关表与 API 从 kecheng 迁至 clazz;新增消课/点名迁移;htyws 路由同步;工作区依赖 patch AuthCore。

Made-with: Cursor
This commit is contained in:
2026-04-24 07:43:05 +08:00
parent 1fbd3b7e29
commit bcd2c50729
17 changed files with 881 additions and 705 deletions
@@ -0,0 +1,3 @@
DROP TABLE IF EXISTS kecheng_attendance;
DROP TABLE IF EXISTS hour_transaction;
DROP TABLE IF EXISTS course_hour_package;