@ningboyz/types 1.4.98 → 1.4.100
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
|
@@ -30,6 +30,10 @@ export interface IHznjXmjjItemResponse {
|
|
|
30
30
|
/**
|
|
31
31
|
* 虚拟字段
|
|
32
32
|
* */
|
|
33
|
+
/**
|
|
34
|
+
* 样品编号
|
|
35
|
+
* */
|
|
36
|
+
xmsyCode: string;
|
|
33
37
|
/**
|
|
34
38
|
* 样品名称
|
|
35
39
|
* */
|
|
@@ -75,6 +79,7 @@ export class THznjXmjjItemResponse implements IHznjXmjjItemResponse {
|
|
|
75
79
|
jldwText: string = "";
|
|
76
80
|
/**组 */
|
|
77
81
|
groupTxt: string = "";
|
|
82
|
+
xmsyCode: string = "";
|
|
78
83
|
xmjjStat: number = 0;
|
|
79
84
|
|
|
80
85
|
constructor(data: Partial<IHznjXmjjItemResponse> = {}) {
|
|
@@ -107,6 +107,8 @@ export interface IHznkMainResponse {
|
|
|
107
107
|
lastMemo: string;
|
|
108
108
|
userName: string;
|
|
109
109
|
userGUID: string;
|
|
110
|
+
/**负责人ID */
|
|
111
|
+
chargeID: number;
|
|
110
112
|
|
|
111
113
|
/**附件 */
|
|
112
114
|
listPath: TCore.IPathResponse[];
|
|
@@ -187,6 +189,7 @@ export class THznkMainResponse implements IHznkMainResponse {
|
|
|
187
189
|
innerFy2: number = 0;
|
|
188
190
|
innerTq1: number = 0;
|
|
189
191
|
innerTq2: number = 0;
|
|
192
|
+
chargeID: number = 0;
|
|
190
193
|
wContact: string = "";
|
|
191
194
|
dContact: string = "";
|
|
192
195
|
|