@ningboyz/types 1.4.145 → 1.4.146
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
package/src/const/const_hznk.ts
CHANGED
|
@@ -32,3 +32,7 @@ export const CONST_HZCB_MAIN_DATA_TYPE_TO_基地管理 = 1001
|
|
|
32
32
|
export const CONST_HZCB_MAIN_DATA_TYPE_TO_建设管理 = 1002
|
|
33
33
|
export const CONST_HZCB_MAIN_DATA_TYPE_TO_项目验收 = 1003
|
|
34
34
|
export const CONST_HZCB_MAIN_DATA_TYPE_TO_基地建设维修 = 1004
|
|
35
|
+
|
|
36
|
+
/*********** talkType团队 *********** */
|
|
37
|
+
export const CONST_TALK_MAIN_DATA_TYPE_TO_团队信息 = 1001
|
|
38
|
+
export const CONST_TALK_MAIN_DATA_TYPE_TO_特派团队 = 1002
|
|
@@ -35,6 +35,7 @@ export interface ITalkMainResponse {
|
|
|
35
35
|
/**团队首席id */
|
|
36
36
|
manageID: number;
|
|
37
37
|
talkType: number;
|
|
38
|
+
dataType: number;
|
|
38
39
|
talkUses: string;
|
|
39
40
|
talkCode: string;
|
|
40
41
|
/**团队名称 */
|
|
@@ -88,6 +89,7 @@ export class TTalkMainResponse implements ITalkMainResponse {
|
|
|
88
89
|
manageBy: string = "";
|
|
89
90
|
/** 团队类型 */
|
|
90
91
|
talkType: number = 0;
|
|
92
|
+
dataType: number = 0;
|
|
91
93
|
talkUses: string = "";
|
|
92
94
|
talkCode: string = "";
|
|
93
95
|
/** 团队名称 */
|