20250901-点播播放源配置调整.sql 158 B

123
  1. alter table `fs_course_play_source_config`
  2. add column `company_id` bigint comment '公司ID',
  3. add column `company_user_id` bigint comment '销售ID';