@ningboyz/types 1.7.185 → 1.7.186

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.185",
4
+ "version": "1.7.186",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -79,7 +79,7 @@ export interface IPzptCnfgResponse {
79
79
  sourceNC: string;
80
80
  sourceNF: string;
81
81
  // 启用国标上传
82
- usesGbUpload: number;
82
+ usesGbParser: number;
83
83
  // 单位类型
84
84
  listType: TCore.IDictResponse[];
85
85
  cnfgFormText: string;
@@ -153,7 +153,7 @@ export class TPzptCnfgResponse implements IPzptCnfgResponse {
153
153
  rankTypeWhenP5pz: number = 0;
154
154
  nullCyxmWhenP2pz: number = 0;
155
155
  // 启用国标上传
156
- usesGbUpload: number = 0;
156
+ usesGbParser: number = 0;
157
157
  cnfgFrom: IPzptCnfgResponse[] = [];
158
158
  listUnit: IUnitResponse[] = [];
159
159
  listDept: IDeptResponse[] = [];