fix(core): 统一创建时间字段名从 createTime 到 creationTime

This commit is contained in:
dubai
2026-01-11 14:15:58 +08:00
parent d9d3118879
commit 689b136724
29 changed files with 51 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
export interface ProcessDefinition {
id: string;
createTime: string;
creationTime: string;
updateTime: string;
tenantId: string;
delFlag: string;