@ningboyz/types 1.4.121 → 1.4.123

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.4.121",
4
+ "version": "1.4.123",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -451,7 +451,7 @@ export interface ICardMainResponse {
451
451
 
452
452
  ywdjIndx: number;
453
453
  }
454
- type Type = TCardMainResponse
454
+ type Type = ICardMainResponse
455
455
  export class TCardMainResponse implements Type {
456
456
  whoBuild: number = 0;
457
457
  cardIndx: number = 0;
@@ -48,6 +48,10 @@ export interface IBaseConfig {
48
48
  * 在业务中,选择的部门是否为用户权限中的部门
49
49
  * */
50
50
  get4dept: boolean;
51
+ /**
52
+ * 是否需要校验签名
53
+ * */
54
+ signatureCheck: boolean;
51
55
  }
52
56
 
53
57
  export interface IPathConfig {