@ningboyz/types 1.0.163 → 1.0.165
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_hznt.ts
CHANGED
|
@@ -21,12 +21,12 @@ export const CONST_MODULE_NOTI_FWSH = "CONST_MODULE_NOTI_FWSH";
|
|
|
21
21
|
/**
|
|
22
22
|
* 财政业务审批系统-预算资金登记
|
|
23
23
|
*/
|
|
24
|
-
export const
|
|
24
|
+
export const CONST_MODULE_ZBZD_ZJDJ = "CONST_MODULE_ZBZD_ZJDJ";
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* 财政业务审批系统-预算资金审核
|
|
28
28
|
*/
|
|
29
|
-
export const
|
|
29
|
+
export const CONST_MODULE_ZBZD_ZJSH = "CONST_MODULE_ZBZD_ZJSH";
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* 财政业务审批系统-信息公开登记
|
|
@@ -24,6 +24,7 @@ export class TUnitWithCardResponse implements IUnitWithCardResponse {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
export interface IUnitResponse extends IBaseResponse<IUnitResponse[]> {
|
|
27
|
+
unitMain: number;
|
|
27
28
|
viewIndx: any;
|
|
28
29
|
viewName: any;
|
|
29
30
|
billCode: string;
|
|
@@ -113,6 +114,7 @@ export interface IUnitResponse extends IBaseResponse<IUnitResponse[]> {
|
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
export class TUnitResponse extends TBaseResponse<IUnitResponse[]> implements IUnitResponse {
|
|
117
|
+
unitMain: number = 0;
|
|
116
118
|
viewIndx: any;
|
|
117
119
|
viewName: any;
|
|
118
120
|
billCode: string = "";
|