@ningboyz/types 1.6.116 → 1.6.117

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.6.116",
4
+ "version": "1.6.117",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -70,7 +70,7 @@ export interface IHznjBillResponse {
70
70
  /**计数方式 */
71
71
  jsfsText: string;
72
72
  /**总判定 */
73
- judgTex: string;
73
+ judgText: string;
74
74
  }
75
75
 
76
76
  export class THznjBillResponse implements IHznjBillResponse {
@@ -120,7 +120,7 @@ export class THznjBillResponse implements IHznjBillResponse {
120
120
  zbyqText: string = "";
121
121
  /**计数方式 */
122
122
  jsfsText: string = "";
123
- judgTex: string = "";
123
+ judgText: string = "";
124
124
 
125
125
  constructor(data: Partial<IHznjBillResponse> = {}) {
126
126
  if (data) {