@ningboyz/types 1.5.131 → 1.5.132
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
|
@@ -73,6 +73,7 @@ export interface ITablMainResponse {
|
|
|
73
73
|
taskMain: number;
|
|
74
74
|
unitTypeText: string;
|
|
75
75
|
ERORMEMO: string;
|
|
76
|
+
userMain: number;
|
|
76
77
|
usesAuto?: number;
|
|
77
78
|
listData: Array<ITablDataResponse>;
|
|
78
79
|
listPath: TCore.IPathResponse[];
|
|
@@ -118,7 +119,7 @@ export class TTablMainResponse implements ITablMainResponse {
|
|
|
118
119
|
flowUndo: number = 0;
|
|
119
120
|
handleBy: string = "";
|
|
120
121
|
handleAt: number = 0;
|
|
121
|
-
|
|
122
|
+
|
|
122
123
|
sourceDW: string = "";
|
|
123
124
|
unitMain: number = 0;
|
|
124
125
|
unitNamf: string = "";
|
|
@@ -149,6 +150,7 @@ export class TTablMainResponse implements ITablMainResponse {
|
|
|
149
150
|
unitType: number = 0;
|
|
150
151
|
unitTypeText: string = "";
|
|
151
152
|
taskMain: number = 0;
|
|
153
|
+
userMain: number = 0;
|
|
152
154
|
listData: Array<ITablDataResponse> = [];
|
|
153
155
|
listPath: TCore.IPathResponse[] = [];
|
|
154
156
|
listWZK8: IWzpzK8kmResponse[] = [];
|