first commit

This commit is contained in:
Your Name
2026-09-08 11:40:15 +08:00
commit a5353f7eb5
9568 changed files with 1646214 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
-- 诊单视频通话云端录制字段(表前缀与 config database.prefix 一致,默认 zyt_
ALTER TABLE `zyt_tcm_call_record`
ADD COLUMN `recording_urls` text NULL COMMENT '云端录制播放地址 JSON 数组' AFTER `room_id`,
ADD COLUMN `recording_status` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '0无 1录制中 2已完成 3失败' AFTER `recording_urls`;