crm-客户:集成操作日志详情组件

This commit is contained in:
puhui999
2023-12-30 17:06:09 +08:00
parent 455688eaa8
commit 261d8b2aa4
4 changed files with 16 additions and 10 deletions

View File

@@ -29,10 +29,11 @@ export type OperateLogV2VO = {
traceId: string
userType: number
userId: number
module: string
name: string
userName: string
type: string
subType: string
bizId: number
content: string
action: string
extra: string
requestMethod: string
requestUrl: string