渲染修改
This commit is contained in:
@@ -40,6 +40,10 @@ export interface CrontabTask extends BaseDTO {
|
||||
creator?: string;
|
||||
/** 更新者 */
|
||||
updater?: string;
|
||||
/** 元数据名称(tb_crontab_task_meta.name) */
|
||||
metaName?: string;
|
||||
/** 元数据描述(tb_crontab_task_meta.description) */
|
||||
metaDescription?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user