@ningboyz/types 1.7.140 → 1.7.141
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
|
@@ -76,6 +76,7 @@ export interface IZbzdMainResponse {
|
|
|
76
76
|
lastTime: number;
|
|
77
77
|
lastMemo: string;
|
|
78
78
|
userName: string;
|
|
79
|
+
userMain: number;
|
|
79
80
|
sourceDw: string;
|
|
80
81
|
zbzdJhje: number;
|
|
81
82
|
|
|
@@ -289,6 +290,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
|
|
|
289
290
|
fromText: string = "";
|
|
290
291
|
lastMemo: string = "";
|
|
291
292
|
userName: string = "";
|
|
293
|
+
userMain: number = -1;
|
|
292
294
|
/** 指标文号 */
|
|
293
295
|
zbzdZbwh: string = "";
|
|
294
296
|
tzStatus: number = 0;
|