@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
|
@@ -118,7 +118,7 @@ export interface IGzjgMainResponse {
|
|
|
118
118
|
colsLand: IGzjgGzlmLandResponse[];
|
|
119
119
|
bodyLook: TGzjgBodyLockResponse[];
|
|
120
120
|
/** 表体对象,1:单位,2:部门,3:人员,4:字典 */
|
|
121
|
-
|
|
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
|
-
|
|
241
|
+
bodyFill: number = 0;
|
|
242
242
|
colIndex: number = 0;
|
|
243
243
|
antvData: number = 0;
|
|
244
244
|
|