Commit ce573ca9 authored by nanahira's avatar nanahira

fields

parent b54bc974
Pipeline #7284 passed with stages
in 1 minute and 25 seconds
......@@ -23,3 +23,9 @@ export class TimeBase extends PageSettingsDto implements DeletionWise {
return JSON.parse(JSON.stringify(this));
}
}
export const TimeBaseFields: (keyof TimeBase)[] = [
'createTime',
'updateTime',
'deleteTime',
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment