@ningboyz/types 1.1.61 → 1.1.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.61",
3
+ "version": "1.1.63",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -32,6 +32,10 @@ export interface IBaseConfig {
32
32
  * 存放地点是否联动部门权限
33
33
  * */
34
34
  laidWidthDept: boolean;
35
+ /**
36
+ * 在业务中,选择的部门是否为用户权限中的部门
37
+ * */
38
+ get4dept: boolean;
35
39
  }
36
40
 
37
41
  export interface IPathConfig {