1078-部标通道添加音频控制

This commit is contained in:
648540858
2024-06-07 00:20:52 +08:00
parent 5d5d654410
commit 913d358a11
7 changed files with 23 additions and 2 deletions

View File

@@ -340,6 +340,7 @@ create table wvp_jt_channel (
id serial primary key,
channel_id integer,
terminal_id integer,
has_audio bool default false,
name character varying(255),
update_time character varying(50) not null,
create_time character varying(50) not null,