@ningboyz/types 1.5.139 → 1.5.140
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
|
@@ -77,6 +77,7 @@ export interface ITablMainResponse {
|
|
|
77
77
|
ERORMEMO: string;
|
|
78
78
|
userMain: number;
|
|
79
79
|
usesAuto?: number;
|
|
80
|
+
tablMode: number;
|
|
80
81
|
listData: Array<ITablDataResponse>;
|
|
81
82
|
listPath: TCore.IPathResponse[];
|
|
82
83
|
listWZK8: ITablWzk8Response[];
|
|
@@ -153,6 +154,7 @@ export class TTablMainResponse implements ITablMainResponse {
|
|
|
153
154
|
unitTypeText: string = "";
|
|
154
155
|
taskMain: number = 0;
|
|
155
156
|
userMain: number = 0;
|
|
157
|
+
tablMode: number = 0;
|
|
156
158
|
listData: Array<ITablDataResponse> = [];
|
|
157
159
|
listPath: TCore.IPathResponse[] = [];
|
|
158
160
|
listWZK8: ITablWzk8Response[] = [];
|