@ningboyz/types 1.3.70 → 1.3.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
|
@@ -268,3 +268,4 @@ export const CONST_SYS_TYPEU_甬农检_检验状态 = "甬农检-检验状态";
|
|
|
268
268
|
export const CONST_SYS_TYPEU_甬农检_样品类型 = "甬农检-样品类型";
|
|
269
269
|
export const CONST_SYS_TYPEU_甬农检_样品交接_样品状态 = "甬农检-样品交接-样品状态";
|
|
270
270
|
export const CONST_SYS_TYPEU_甬农检_仪器名称_型号_编号 = "甬农检-仪器名称、型号、编号";
|
|
271
|
+
export const CONST_SYS_TYPEU_甬农检_单项判定 = "甬农检-单项判定";
|
|
@@ -58,6 +58,8 @@ export interface IHznjNotiResponse {
|
|
|
58
58
|
notiMemo: string;
|
|
59
59
|
/**子单数量 */
|
|
60
60
|
billSize: number;
|
|
61
|
+
/**项目ID */
|
|
62
|
+
hznkMain: number;
|
|
61
63
|
|
|
62
64
|
coverURL: string;
|
|
63
65
|
touchURL: string;
|
|
@@ -130,6 +132,7 @@ export class THznjNotiResponse implements IHznjNotiResponse {
|
|
|
130
132
|
notiUses: string = "";
|
|
131
133
|
notiMemo: string = "";
|
|
132
134
|
billSize: number = 0;
|
|
135
|
+
hznkMain: number = 0;
|
|
133
136
|
|
|
134
137
|
coverURL: string = "";
|
|
135
138
|
touchURL: string = "";
|