渲染修改

This commit is contained in:
2025-11-19 10:50:32 +08:00
parent 769cece367
commit 0dcee95a45
4 changed files with 63 additions and 7 deletions

View File

@@ -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;
}
/**