Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xj-hospital/data-dict

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xj-hospital/data-dict - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc