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