@ningboyz/types 1.5.135 → 1.5.137
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
|
@@ -331,6 +331,7 @@ export interface IYzhtMainResponse {
|
|
|
331
331
|
yzhtLock: number;
|
|
332
332
|
|
|
333
333
|
fromCardMain: number;
|
|
334
|
+
fromCardExid: number;
|
|
334
335
|
fromRoomMain: number;
|
|
335
336
|
|
|
336
337
|
/** 一体化项目名称 */
|
|
@@ -713,6 +714,7 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
713
714
|
yzhtLock: number = 0;
|
|
714
715
|
|
|
715
716
|
fromCardMain: number = 0;
|
|
717
|
+
fromCardExid: number = 0;
|
|
716
718
|
fromRoomMain: number = 0;
|
|
717
719
|
|
|
718
720
|
/** 一体化项目名称 */
|