增加个人办公模块

This commit is contained in:
2026-08-28 13:06:54 +08:00
parent 74ab6c4c6d
commit 576fea3770
27 changed files with 3370 additions and 59 deletions
+5
View File
@@ -0,0 +1,5 @@
-- 通讯录表全局化:从 ERP 模块独立为全局基础功能,表名去掉 erp 前缀
-- 对应模型:go/models/contact.go(BackendErpContact)
-- RENAME 会保留全部数据与索引,对存量环境执行本脚本即可完成迁移
RENAME TABLE `yz_backend_erp_contact` TO `yz_backend_contact`;