@xj-hospital/data-dict
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@xj-hospital/data-dict", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "西京系统设置", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -91,28 +91,17 @@ import { DbSchema } from '@vmm/api'; | ||
export interface ILog { | ||
/** | ||
* 用户日志事件,事件简述 如 场地管理-增加场地 (一级菜单-二级菜单) | ||
*/ | ||
logType?: string; | ||
subType?: string; | ||
ip: string; | ||
createdTime: Date; | ||
actorName: string; | ||
actorAccount: string; | ||
actorId: string; | ||
act: string; | ||
objectType: string; | ||
objectName: string; | ||
remark: string; | ||
action: string; | ||
/** | ||
* 用户操作数据库表名 如 会议表 请使用中文描述 | ||
*/ | ||
actionDbName?: string; | ||
/** | ||
* 用户操作数据库的内容 如 { 第五会议室 } 等,使用中文描述 | ||
*/ | ||
actionContent?: string; | ||
/** | ||
* 操作结果,可以为错误代码,操作失败描述等,成功则为null | ||
*/ | ||
actErr: string | null; | ||
/** | ||
* 操作人员信息 | ||
*/ | ||
actorName: string; | ||
actorId: string; | ||
/** | ||
* 操作IP | ||
*/ | ||
ip: string; | ||
createdTime: Date; | ||
} | ||
@@ -255,34 +244,3 @@ export interface IVenueKind { | ||
}>; | ||
sysLogs: DbSchema<{ | ||
/** | ||
* 用户日志事件,事件简述 如 场地管理-增加场地 (一级菜单-二级菜单) | ||
*/ | ||
action: string; | ||
/** | ||
* 用户操作数据库表名 如 会议表 请使用中文描述 | ||
*/ | ||
actionDbName?: string | undefined; | ||
/** | ||
* 用户操作数据库的内容 如 { 第五会议室 } 等,使用中文描述 | ||
*/ | ||
actionContent?: string | undefined; | ||
/** | ||
* 操作结果,可以为错误代码,操作失败描述等,成功则为null | ||
*/ | ||
actErr: string | null; | ||
/** | ||
* 操作人员信息 | ||
*/ | ||
actorName: string; | ||
actorId: string; | ||
/** | ||
* 操作IP | ||
*/ | ||
ip: string; | ||
createdTime: Date; | ||
/** | ||
* 日志类型 system/service | ||
*/ | ||
logType?: string | undefined; | ||
}>; | ||
sysLogs: DbSchema<ILog>; | ||
mediaTemplate: DbSchema<IMediaTemplate>; | ||
@@ -289,0 +247,0 @@ mindMeeting: DbSchema<IMindMeeting>; |
@@ -23,3 +23,4 @@ import Vue from 'vue'; | ||
checkChange(e: any): void; | ||
test(): void; | ||
}, unknown, Record<never, any>>; | ||
export default _default; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
401905
444