@ningboyz/types 1.3.156 → 1.3.158

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.3.156",
4
+ "version": "1.3.158",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -61,6 +61,10 @@ export interface IJapzItemResponse {
61
61
  operaTx2: string;
62
62
  /**检出限 */
63
63
  detecVal: string;
64
+ /** 检验/检测依据 */
65
+ k9kmKmmc: string;
66
+ /** 检验/检测依据 */
67
+ k9kmKmid: number;
64
68
 
65
69
  listK9km: IJapzK9kmResponse[];
66
70
  }
@@ -109,6 +113,8 @@ export class TJapzItemResponse implements IJapzItemResponse {
109
113
  groupDic: number = 0;
110
114
  groupTxt: string = "";
111
115
  fromItemMemo: string = "";
116
+ k9kmKmmc: string = "";
117
+ k9kmKmid: number = 0;
112
118
 
113
119
  listK9km: IJapzK9kmResponse[] = [];
114
120
  }