@ningboyz/types 1.4.71 → 1.4.72

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.4.71",
4
+ "version": "1.4.72",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -50,6 +50,8 @@ export interface IHznjXmsyItemResponse {
50
50
  zbyqText: string;
51
51
  /**运算符 */
52
52
  operaTxt: string;
53
+ /**检出限 */
54
+ detecVal: string;
53
55
  /**判定依据 */
54
56
  accorTxt: string;
55
57
  /**组字典ID */
@@ -95,6 +97,7 @@ export class THznjXmsyItemResponse implements IHznjXmsyItemResponse {
95
97
  groupTxt: string = "";
96
98
  fromItemMain: number = 0;
97
99
  operaTxt: string = "";
100
+ detecVal: string = "";
98
101
  accorTxt: string = "";
99
102
  groupDic: number = 0;
100
103
  operaTx2: string = "";