feat(vimp-log): targetCode

This commit is contained in:
yangsy
2025-11-18 15:17:09 +08:00
parent a0021b4c31
commit 40623eb8fe
2 changed files with 2 additions and 0 deletions

View File

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