@@ -28,5 +28,5 @@ export interface IEditLog {
code?: string;
name?: string;
unit?: string;
- editLogs: [ILogDetail];
+ editLogs: ILogDetail[];
}