@ningboyz/types 1.4.166 → 1.4.168
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
|
@@ -331,3 +331,6 @@ export const CONST_SYS_TYPEU_甬农检_样品交接_交接方式 = "甬农检-
|
|
|
331
331
|
export const CONST_SYS_TYPEU_甬农检_报告样式 = "甬农检-报告样式";
|
|
332
332
|
export const CONST_SYS_TYPEU_样品领用_申请事由 = "样品领用-申请事由";
|
|
333
333
|
export const CONST_SYS_TYPEU_样品退还_申请事由 = "样品退还-申请事由";
|
|
334
|
+
export const CONST_SYS_TYPEU_检验结果_结论模板 = "检验结果-结论模板";
|
|
335
|
+
|
|
336
|
+
|
|
@@ -325,6 +325,11 @@ export interface IYzhtMainResponse {
|
|
|
325
325
|
expectEd: number;
|
|
326
326
|
yzhtLock: number;
|
|
327
327
|
|
|
328
|
+
/** 一体化项目名称 */
|
|
329
|
+
hzcbTxt1: string;
|
|
330
|
+
/** 项目名称 */
|
|
331
|
+
hzcbName: string;
|
|
332
|
+
|
|
328
333
|
/** 支付期数 */
|
|
329
334
|
billSize: number;
|
|
330
335
|
billStat?: number | undefined;
|
|
@@ -660,6 +665,11 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
660
665
|
expectEd = 0;
|
|
661
666
|
yzhtLock: number = 0;
|
|
662
667
|
|
|
668
|
+
/** 一体化项目名称 */
|
|
669
|
+
hzcbTxt1: string = "";
|
|
670
|
+
/** 项目名称 */
|
|
671
|
+
hzcbName: string = "";
|
|
672
|
+
|
|
663
673
|
/** 支付期数 */
|
|
664
674
|
billSize: number = 0;
|
|
665
675
|
billStat?: number | undefined = undefined;
|