@ningboyz/types 1.2.32 → 1.2.34

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.2.32",
3
+ "version": "1.2.34",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -59,6 +59,7 @@ export interface IGamsK8kmResponse {
59
59
  zbhdText: string;
60
60
  usesYzht: number;
61
61
  zjlyFrom: number;
62
+ parentMC: string;
62
63
 
63
64
  /**
64
65
  * 系统字典
@@ -147,7 +148,7 @@ export class TGamsK8kmResponse implements IGamsK8kmResponse {
147
148
  /** 是否合同 */
148
149
  usesYzht: number = 0;
149
150
  zjlyFrom: number = 0;
150
-
151
+ parentMC: string = "";
151
152
  dictText: string = "";
152
153
  listDict: IDictResponse[] = [];
153
154
  listK0KM: IGamsK0kmResponse[] = [];