@ningboyz/types 1.7.79 → 1.7.81

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.7.79",
4
+ "version": "1.7.81",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -30,7 +30,8 @@ export interface IGzjgGzlmResponse {
30
30
  deleteBy: string;
31
31
  deleteAt: number;
32
32
  listElem: IElemElemResponse[];
33
-
33
+ gzjgName: string;
34
+ gzjgMain: number;
34
35
  gzlmFlbh: number; //#栏目编号
35
36
  gzlmFllx: number; //#栏目类型 0:数值;
36
37
  gzlmFlws: number; //#小数位数
@@ -135,6 +136,8 @@ export class TGzjgGzlmResponse implements IGzjgGzlmResponse {
135
136
  gzlmQslm: number = 0;
136
137
  gzlmTotal: number = 0;
137
138
  gzlmPara: string = "";
139
+ gzjgName: string = "";
140
+ gzjgMain: number = 0;
138
141
  gzlmParaConv: IGzjgGzlmResponseGzlmPara = new TGzjgGzlmResponseGzlmPara();
139
142
  gzlmLmbm: string = "";
140
143
  gzlmFlbm: string = "";