@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.0.163",
3
+ "version": "1.0.165",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -21,12 +21,12 @@ export const CONST_MODULE_NOTI_FWSH = "CONST_MODULE_NOTI_FWSH";
21
21
  /**
22
22
  * 财政业务审批系统-预算资金登记
23
23
  */
24
- export const CONST_MODULE_NOTI_ZJDJ = "CONST_MODULE_NOTI_ZJDJ";
24
+ export const CONST_MODULE_ZBZD_ZJDJ = "CONST_MODULE_ZBZD_ZJDJ";
25
25
 
26
26
  /**
27
27
  * 财政业务审批系统-预算资金审核
28
28
  */
29
- export const CONST_MODULE_NOTI_ZJSH = "CONST_MODULE_NOTI_ZJSH";
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 = "";