@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
|
@@ -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 = "";
|