@xj-hospital/data-dict-api
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@xj-hospital/data-dict-api", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "西京系统设置api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
{ | ||
"name": "@xj-hospital/data-dict-api", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "西京系统设置api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -13,16 +13,16 @@ /** | ||
subType?: string; //日志子类型 | ||
ip: string; //操作IP | ||
createdTime: Date; //创建时间 | ||
actorName: string; //操作人员姓名 | ||
actorAccount: string; //操作人员账号 | ||
actorId: string; //id | ||
ip?: string; //操作IP | ||
createdTime?: Date; //创建时间 | ||
actorName?: string; //操作人员姓名 | ||
actorAccount?: string; //操作人员账号 | ||
actorId?: string; //id | ||
act: string; //操作行为 | ||
objectType: string; //操作对象类型 | ||
objectName: string; //操作对象名称 | ||
remark: string; //备注 | ||
remark?: string; //备注 | ||
action: string; //用户日志事件,事件简述 如 场地管理-增加场地 (一级菜单-二级菜单) | ||
action?: string; //用户日志事件,事件简述 如 场地管理-增加场地 (一级菜单-二级菜单) | ||
actionDbName?: string; //用户操作数据库表名 如 会议表 请使用中文描述 | ||
actionContent?: string; //用户操作数据库的内容 如 { 第五会议室 } 等,使用中文描述 | ||
actErr: string | null; //操作结果,可以为错误代码,操作失败描述等,成功则为null | ||
actErr?: string | null; //操作结果,可以为错误代码,操作失败描述等,成功则为null | ||
}, | ||
@@ -29,0 +29,0 @@ { |
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
31762