@ningboyz/types 1.4.72 → 1.4.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.4.72",
4
+ "version": "1.4.73",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -90,6 +90,17 @@ export interface IHznjNotiBillResponse {
90
90
  /**制备要求 */
91
91
  zbyqText: string;
92
92
 
93
+ /**运算符 */
94
+ operaTxt: string;
95
+ /**检出限 */
96
+ detecVal: string;
97
+ /**判定依据 */
98
+ accorTxt: string;
99
+ /**组字典ID */
100
+ groupDic: number;
101
+ /**运算符2 */
102
+ operaTx2: string;
103
+
93
104
  fromMotiCode: string;
94
105
  fromSqyhText: string;
95
106
  fromSqbmText: string;
@@ -205,6 +216,11 @@ export class THznjNotiBillResponse implements IHznjNotiBillResponse {
205
216
  userGUID: string = "";
206
217
  flowMain: number = 0;
207
218
  flowNode: number = 0;
219
+ operaTxt: string = "";
220
+ detecVal: string = "";
221
+ accorTxt: string = "";
222
+ groupDic: number = 0;
223
+ operaTx2: string = "";
208
224
 
209
225
  constructor(data: Partial<IHznjNotiBillResponse> = {}) {
210
226
  if (data) {