@ningboyz/types 1.1.20 → 1.1.21
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
|
@@ -7,6 +7,8 @@ export interface ICardMainResponse {
|
|
|
7
7
|
whoBuild: number;
|
|
8
8
|
/** 卡片索引 */
|
|
9
9
|
cardIndx: number;
|
|
10
|
+
/**单据状态 */
|
|
11
|
+
myoaStat: number;
|
|
10
12
|
cardExid: number;
|
|
11
13
|
parentID: number;
|
|
12
14
|
hashCode: number;
|
|
@@ -380,6 +382,7 @@ export interface ICardMainResponse {
|
|
|
380
382
|
export class TCardMainResponse implements ICardMainResponse {
|
|
381
383
|
whoBuild: number = 0;
|
|
382
384
|
cardIndx: number = 0;
|
|
385
|
+
myoaStat: number = 0;
|
|
383
386
|
cardExid: number = 0;
|
|
384
387
|
parentID: number = 0;
|
|
385
388
|
hashCode: number = 0;
|
|
@@ -18,7 +18,7 @@ export interface IMyoaMainResponse {
|
|
|
18
18
|
whoBuild: number;
|
|
19
19
|
userIndx: number;
|
|
20
20
|
myoaIndx: number;
|
|
21
|
-
|
|
21
|
+
interVal: number;
|
|
22
22
|
parentID: number;
|
|
23
23
|
hashCode: number;
|
|
24
24
|
dataLevl: number;
|
|
@@ -196,7 +196,7 @@ export class TMyoaMainResponse implements IMyoaMainResponse {
|
|
|
196
196
|
whoBuild: number = 0;
|
|
197
197
|
userIndx: number = 0;
|
|
198
198
|
myoaIndx: number = 0;
|
|
199
|
-
|
|
199
|
+
interVal: number = 0; /* 会议室间歇时间(分钟) */
|
|
200
200
|
parentID: number = 0;
|
|
201
201
|
hashCode: number = 0;
|
|
202
202
|
dataLevl: number = 0;
|