@ningboyz/types 1.7.76 → 1.7.77
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
|
@@ -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
|
|