修复定时删除日志

This commit is contained in:
whyour
2022-02-19 17:36:49 +08:00
parent cf5f1b6f25
commit 7d6e1d3e3d
9 changed files with 146 additions and 96 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { DataTypes, Model, ModelDefined } from 'sequelize';
export class Crontab {
name?: string;
command: string;
schedule: string;
schedule?: string;
timestamp?: string;
saved?: boolean;
id?: number;