mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 17:26:35 +08:00
fix(core): 统一创建时间字段名从 createTime 到 creationTime
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface ProcessDefinition {
|
||||
id: string;
|
||||
createTime: string;
|
||||
creationTime: string;
|
||||
updateTime: string;
|
||||
tenantId: string;
|
||||
delFlag: string;
|
||||
|
||||
Reference in New Issue
Block a user