新增报表数据一览接口

This commit is contained in:
aoshiguchen
2022-09-12 14:37:02 +08:00
parent 44cb5f8719
commit 27c85fff28
3 changed files with 107 additions and 1 deletions
@@ -101,7 +101,7 @@ CREATE TABLE IF NOT EXISTS `user_connect_record` (
CREATE TABLE IF NOT EXISTS `job_info` (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
`desc` VARCHAR(255) NOT NULL,
`handler` VARCHAR(255) DEFAULT NULL,
`handler` VARCHAR(255) NOT NULL,
`cron` VARCHAR(128) NOT NULL ,
`param` VARCHAR(512) DEFAULT NULL,
`alarm_email` VARCHAR(255) DEFAULT NULL,