@ningboyz/types 1.4.73 → 1.4.74

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