@ningboyz/types 1.0.192 → 1.0.194
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
package/src/const/const_stat.ts
CHANGED
|
@@ -26,7 +26,7 @@ export const CONST_STAT_DONE = 2;
|
|
|
26
26
|
/**
|
|
27
27
|
* 暂存
|
|
28
28
|
*/
|
|
29
|
-
export const CONST_STAT_TEMP =
|
|
29
|
+
export const CONST_STAT_TEMP = -4;
|
|
30
30
|
|
|
31
31
|
export type AuditStat = typeof CONST_STAT_UNDO | typeof CONST_STAT_MAKE | typeof CONST_STAT_WAIT | typeof CONST_STAT_DONE | typeof CONST_STAT_DARK | typeof CONST_STAT_TEMP;
|
|
32
32
|
|
|
@@ -31,7 +31,7 @@ export interface IMyoaRoomResponse {
|
|
|
31
31
|
cardName: string;
|
|
32
32
|
cardMemo: string;
|
|
33
33
|
cardArea: number;
|
|
34
|
-
|
|
34
|
+
cardZLWZ: string;
|
|
35
35
|
userSize: number;
|
|
36
36
|
cardText: string;
|
|
37
37
|
}
|
|
@@ -73,7 +73,7 @@ export class TMyoaRoomResponse implements IMyoaRoomResponse {
|
|
|
73
73
|
/** 资产面积-会议室面积 */
|
|
74
74
|
cardArea: number = 0;
|
|
75
75
|
/** 坐落位置 */
|
|
76
|
-
|
|
76
|
+
cardZLWZ: string = "";
|
|
77
77
|
/** 容纳人数 */
|
|
78
78
|
userSize: number = 0;
|
|
79
79
|
cardText: string = "";
|