@ningboyz/types 1.6.72 → 1.6.73

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.72",
4
+ "version": "1.6.73",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -58,6 +58,7 @@ export interface IWzpzKbkmResponse {
58
58
  parentK0: number;
59
59
  parentK8: number;
60
60
  takeType: number;
61
+ k0kmKmid: number;
61
62
  }
62
63
 
63
64
  export class TWzpzKbkmResponse implements IWzpzKbkmResponse {
@@ -121,4 +122,5 @@ export class TWzpzKbkmResponse implements IWzpzKbkmResponse {
121
122
  k0kmKmbm: string = "";
122
123
  k0kmKmmc: string = "";
123
124
  k0bmFull: string = "";
125
+ k0kmKmid: number = 0;
124
126
  }