@ningboyz/types 1.5.22 → 1.5.23
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
|
@@ -328,6 +328,8 @@ export interface IYzhtMainResponse {
|
|
|
328
328
|
expectEd: number;
|
|
329
329
|
yzhtLock: number;
|
|
330
330
|
|
|
331
|
+
fromRoomMain: number;
|
|
332
|
+
|
|
331
333
|
/** 一体化项目名称 */
|
|
332
334
|
hzcbTxt1: string;
|
|
333
335
|
/** 项目名称 */
|
|
@@ -678,6 +680,8 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
678
680
|
expectEd = 0;
|
|
679
681
|
yzhtLock: number = 0;
|
|
680
682
|
|
|
683
|
+
fromRoomMain: number = 0;
|
|
684
|
+
|
|
681
685
|
/** 一体化项目名称 */
|
|
682
686
|
hzcbTxt1: string = "";
|
|
683
687
|
/** 项目名称 */
|