@ningboyz/types 1.7.42 → 1.7.43
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
|
@@ -33,6 +33,8 @@ export interface IGzjgMainResponse {
|
|
|
33
33
|
deleteBy: string;
|
|
34
34
|
deleteAt: number;
|
|
35
35
|
queuesBy: number;
|
|
36
|
+
// 人员排序
|
|
37
|
+
queuesAt: number;
|
|
36
38
|
|
|
37
39
|
entityID: string;
|
|
38
40
|
gzjgCode: string;
|
|
@@ -148,6 +150,8 @@ export class TGzjgMainResponse implements IGzjgMainResponse {
|
|
|
148
150
|
deleteBy: string = "";
|
|
149
151
|
deleteAt: number = 0;
|
|
150
152
|
queuesBy: number = 0;
|
|
153
|
+
// 人员排序
|
|
154
|
+
queuesAt: number = 0;
|
|
151
155
|
entityID: string = "";
|
|
152
156
|
|
|
153
157
|
gzjgCode: string = "";
|