新增团课扫码签到功能,文档已更新

This commit was merged in pull request #30.
This commit is contained in:
2026-06-18 10:11:47 +08:00
parent 7cc9a68144
commit 0b2146f237
14 changed files with 978 additions and 244 deletions
@@ -0,0 +1,9 @@
-- ============================================
-- 为团课表添加二维码路径字段
-- ============================================
-- 添加二维码路径字段
ALTER TABLE group_course ADD COLUMN qr_code_path VARCHAR(500);
-- 添加字段注释
COMMENT ON COLUMN group_course.qr_code_path IS '二维码图片路径';