|
@@ -23,7 +23,8 @@ export interface IModifyUser {
|
|
|
export interface IModifyInfo {
|
|
export interface IModifyInfo {
|
|
|
type: OperateType; // 操作类型
|
|
type: OperateType; // 操作类型
|
|
|
operateTarget: string; // 操作内容
|
|
operateTarget: string; // 操作内容
|
|
|
- message?: string;
|
|
|
|
|
|
|
+ modifiedVal?: string; // 修改后的值
|
|
|
|
|
+ remark?: string; // 备注,需要的信息可以存在这
|
|
|
}
|
|
}
|
|
|
export interface ILogItem {
|
|
export interface ILogItem {
|
|
|
name: string;
|
|
name: string;
|