管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-09 3fac36b394206df5f8002fa32bd360021fec743f
data/db_tab.sql
@@ -949,7 +949,7 @@
comment on table lf.sys_report is '报告模板表';
comment on column lf.sys_report.id is '主键ID';
comment on column lf.sys_report.name is '名称';
comment on column lf.sys_report.type is '类型';
comment on column lf.sys_report.type is '文件类型:1-Word模板,2-Excel模板';
comment on column lf.sys_report.path is '路径';
comment on column lf.sys_report.code is '编码';
comment on column lf.sys_report.create_user is '创建人id';
@@ -957,6 +957,7 @@
comment on column lf.sys_report.update_user is '更新人id';
comment on column lf.sys_report.update_time is '更新时间';
comment on column lf.sys_report.bak is '备注';
-- insert into lf.sys_report (name,type,path,code) values ('统计用户量',2,'1\aa.xlsx','');
select * from lf.sys_report;
----------------------------------------------------------------------------------------------------- 28.下载日志表