临时提交

This commit is contained in:
648540858
2024-11-27 22:44:22 +08:00
parent 24c3c45565
commit cc56ed3355
6 changed files with 91 additions and 35 deletions

View File

@@ -440,10 +440,10 @@ create table wvp_record_plan
create table wvp_record_plan_item
(
id serial primary key,
start_time bigint,
stop_time bigint,
start int,
stop int,
week_day int,
plan_id int,
plan_id int,
create_time character varying(50),
update_time character varying(50)
);

View File

@@ -457,8 +457,8 @@ create table wvp_record_plan
create table wvp_record_plan_item
(
id serial primary key,
start_time int8,
stop_time int8,
start int,
stop int,
week_day int,
plan_id int,
create_time character varying(50),