@ningboyz/types 1.2.88 → 1.2.90

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.2.88",
4
+ "version": "1.2.90",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
package/src/card/index.ts CHANGED
@@ -3,6 +3,7 @@ import { ICardHyhbBillResponse, TCardHyhbBillResponse } from "./ICardHyhbBillRes
3
3
  import { ICardHyhbResponse, TCardHyhbResponse } from "./ICardHyhbResponse.ts";
4
4
  import { ICardMainFindResponse, IRangeVal, TCardMainFindResponse, TRangeVal } from "./ICardMainFindResponse";
5
5
  import { ICardMainResponse, TCardMainResponse } from "./ICardMainResponse";
6
+ import { ICardRoomResponse, TCardRoomResponse } from "./ICardRoomResponse.ts";
6
7
  import { IGblbResponse, TGblbResponse } from "./IGblbResponse";
7
8
  import { IP4pzResponse, TP4pzResponse } from "./IP4pzResponse";
8
9
  import { ISyszclbgblbResponse, TSyszclbgblbResponse } from "./ISyszclbgblbResponse";
@@ -31,6 +32,7 @@ export {
31
32
  TZclbResponse,
32
33
  TZczjPropResponse,
33
34
  TZczjResponse,
35
+ TCardRoomResponse,
34
36
  type ICardHyhbBillResponse,
35
37
  type ICardHyhbResponse,
36
38
  type ICardMainFindResponse,
@@ -47,4 +49,5 @@ export {
47
49
  type IZclbResponse,
48
50
  type IZczjPropResponse,
49
51
  type IZczjResponse
52
+ type ICardRoomResponse,
50
53
  };
@@ -3,6 +3,7 @@ import type { IWldyPageResponse } from "../wldy/IWldyPageResponse";
3
3
  import type { IDictResponse } from "./IDictResponse";
4
4
  import type { ISysMenuWithCoreResponseMenuPara } from "./ISysMenuWithCoreResponseMenuPara";
5
5
  import { TSysMenuWithCoreResponseMenuPara } from "./ISysMenuWithCoreResponseMenuPara";
6
+ import { IGamsCnfgResponse } from "../gams";
6
7
 
7
8
  export interface ISysMenuWithCoreResponse {
8
9
  unitText: string;
@@ -71,6 +72,7 @@ export interface ISysMenuWithCoreResponse {
71
72
  pathType: IDictResponse[];
72
73
  menuParaConv: ISysMenuWithCoreResponseMenuPara;
73
74
  wldyPage: IWldyPageResponse[];
75
+ listGAMS: IGamsCnfgResponse[];
74
76
  }
75
77
 
76
78
  export class TSysMenuWithCoreResponse implements ISysMenuWithCoreResponse {
@@ -134,6 +136,7 @@ export class TSysMenuWithCoreResponse implements ISysMenuWithCoreResponse {
134
136
  pathType: IDictResponse[] = [];
135
137
  menuParaConv: ISysMenuWithCoreResponseMenuPara = new TSysMenuWithCoreResponseMenuPara(); // menuPara转换成对象
136
138
  wldyPage: IWldyPageResponse[] = [];
139
+ listGAMS: IGamsCnfgResponse[] = [];
137
140
 
138
141
  static parseJson(menuPara: string) {
139
142
  const defaultMenuPara = new TSysMenuWithCoreResponseMenuPara();
@@ -1,4 +1,5 @@
1
1
  import { IFlowMainResponse } from "../flow";
2
+ import { IGamsCnfgResponse } from "../gams";
2
3
  import type { IDictResponse } from "./IDictResponse";
3
4
  import type { IPartResponse } from "./IPartResponse";
4
5
 
@@ -37,7 +38,7 @@ export interface ISysMenuWithExpdResponse {
37
38
  hdkmMode: number;
38
39
  isPublic: number;
39
40
  kjndKJQJ: number;
40
- listGAMS: any[];
41
+ listGAMS: IGamsCnfgResponse[];
41
42
  listPart: IPartResponse[];
42
43
  lockMode: number;
43
44
  mastGUID: string;