@ningboyz/types 1.4.40 → 1.4.42
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
|
@@ -244,6 +244,9 @@ export const CONST_SYS_TYPEU_JDGL_XMZL = "基地管理-项目种类";
|
|
|
244
244
|
// 实验室管理
|
|
245
245
|
export const CONST_SYS_TYPEU_仪器登记_当前状态 = "仪器登记-当前状态";
|
|
246
246
|
export const CONST_SYS_TYPEU_仪器登记_使用方向 = "仪器登记-使用方向";
|
|
247
|
+
export const CONST_SYS_TYPEU_仪器登记_仪器来源 = "仪器管理-仪器来源";
|
|
248
|
+
export const CONST_SYS_TYPEU_仪器登记_应用领域 = "仪器管理-应用领域";
|
|
249
|
+
export const CONST_SYS_TYPEU_仪器登记_学科领域 = "仪器管理-学科领域";
|
|
247
250
|
|
|
248
251
|
/** 票据打印系统 */
|
|
249
252
|
export const CONST_SYS_TYPEU_PGDY_YT = "票据列表-用途";
|
|
@@ -153,6 +153,10 @@ export interface IHznkDataResponse {
|
|
|
153
153
|
fromHznkMain: number;
|
|
154
154
|
/** 关联的知识产权indx */
|
|
155
155
|
fromDataIndx: number;
|
|
156
|
+
/**部门计数 */
|
|
157
|
+
deptNums: number;
|
|
158
|
+
/**部门名称 */
|
|
159
|
+
deptName: string;
|
|
156
160
|
coverURL: string;
|
|
157
161
|
touchURL: string;
|
|
158
162
|
unitText: string;
|
|
@@ -261,6 +265,10 @@ export class THznkDataResponse implements IHznkDataResponse {
|
|
|
261
265
|
fromDic4Text: string = "";
|
|
262
266
|
/** 关联的项目indx */
|
|
263
267
|
fromHznkMain: number = 0;
|
|
268
|
+
/**部门计数 */
|
|
269
|
+
deptNums: number = 0;
|
|
270
|
+
/**部门名称 */
|
|
271
|
+
deptName: string = "";
|
|
264
272
|
|
|
265
273
|
profMain: number = 0;
|
|
266
274
|
profName: string = "";
|