feat: vimp operation type
This commit is contained in:
@@ -12,6 +12,7 @@ export interface NdmVimpLogVO extends BaseModel {
|
||||
result: string;
|
||||
httpMethod: string;
|
||||
userId: string;
|
||||
logType: number;
|
||||
}
|
||||
|
||||
export type NdmVimpLogResultVO = Partial<NdmVimpLogVO>;
|
||||
|
||||
Reference in New Issue
Block a user