微调
This commit is contained in:
15
frontend/src/api/system/log/interface/log.ts
Normal file
15
frontend/src/api/system/log/interface/log.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// 审计日志管理模块
|
||||
export namespace Sys_Log_Audit {
|
||||
// 日志列表
|
||||
export interface Audit_LogList {
|
||||
id: string;//日志表Id
|
||||
operate_Type:string;//日志类型
|
||||
ip:string;//操作IP
|
||||
result: string;//事件结果
|
||||
remark: string;//事件描述
|
||||
warn:number;//告警标志
|
||||
create_By:string;//创建用户
|
||||
create_Time:string;//创建时间
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user