@ningboyz/types 1.3.45 → 1.3.47
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
|
@@ -97,11 +97,6 @@ export interface IHznkBaseResponse {
|
|
|
97
97
|
userName: string;
|
|
98
98
|
userGUID: string;
|
|
99
99
|
|
|
100
|
-
/**项目类型(名称) */
|
|
101
|
-
typeText: string;
|
|
102
|
-
/**项目层级(名称) */
|
|
103
|
-
modeText: string;
|
|
104
|
-
|
|
105
100
|
/**附件 */
|
|
106
101
|
listPath: TCore.IPathResponse[];
|
|
107
102
|
listNBYH: TCore.IUserLiteResponse[];
|
|
@@ -184,8 +179,6 @@ export class THznkBaseResponse implements IHznkBaseResponse {
|
|
|
184
179
|
lastMemo: string = "";
|
|
185
180
|
userName: string = "";
|
|
186
181
|
userGUID: string = "";
|
|
187
|
-
typeText: string = "";
|
|
188
|
-
modeText: string = "";
|
|
189
182
|
|
|
190
183
|
listPath: TCore.IPathResponse[] = [];
|
|
191
184
|
listNBYH: TCore.IUserLiteResponse[] = [];
|