@ningboyz/types 1.7.76 → 1.7.78

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.7.76",
4
+ "version": "1.7.78",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -117,7 +117,8 @@ export interface IGzjgMainResponse {
117
117
 
118
118
  colsLand: IGzjgGzlmLandResponse[];
119
119
  bodyLook: TGzjgBodyLockResponse[];
120
-
120
+ /** 表体对象,1:单位,2:部门,3:人员,4:字典 */
121
+ bodyFill: number;
121
122
  // 虚拟字段
122
123
  bodyText: string;
123
124
  colIndex: number; // 报表工资栏目显示起始位置
@@ -237,6 +238,7 @@ export class TGzjgMainResponse implements IGzjgMainResponse {
237
238
  colsLand: IGzjgGzlmLandResponse[] = [];
238
239
  bodyLook: IGzjgBodyLockResponse[] = [];
239
240
 
241
+ bodyFill: number = 0;
240
242
  colIndex: number = 0;
241
243
  antvData: number = 0;
242
244