This commit is contained in:
Your Name
2026-05-11 11:36:26 +08:00
parent bacdd6386f
commit 62d15efbaf
11 changed files with 629 additions and 230 deletions
@@ -0,0 +1,3 @@
-- 挂号:自媒体等渠道所需的补充说明(与 channel_source 配合使用)
ALTER TABLE `zyt_doctor_appointment`
ADD COLUMN `channel_source_detail` varchar(128) NOT NULL DEFAULT '' COMMENT '渠道补充说明(如自媒体账号等)' AFTER `channel_source`;