feat: vimp operation type

This commit is contained in:
yangsy
2025-09-03 14:55:03 +08:00
parent bd9ddf2473
commit 58a9dea96d
2 changed files with 75 additions and 13 deletions

View File

@@ -12,6 +12,7 @@ export interface NdmVimpLogVO extends BaseModel {
result: string;
httpMethod: string;
userId: string;
logType: number;
}
export type NdmVimpLogResultVO = Partial<NdmVimpLogVO>;