update 优化 操作日志列表新增IP地址查询

This commit is contained in:
疯狂的狮子Li
2023-10-09 11:46:53 +08:00
parent ecf062605d
commit 4854d8df00
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
export interface OperLogQuery extends PageQuery {
operIp: string;
title: string;
operName: string;
businessType: string;