@ningboyz/types 1.5.197 → 1.5.198
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
|
@@ -100,6 +100,7 @@ export interface ICardRoomResponse {
|
|
|
100
100
|
fwytMain: number;
|
|
101
101
|
/** 用途 */
|
|
102
102
|
roomUses: string;
|
|
103
|
+
roomUseState: string;
|
|
103
104
|
/** 借用单位 */
|
|
104
105
|
jydwText: string;
|
|
105
106
|
/** 借用单位性质 */
|
|
@@ -248,6 +249,7 @@ export class TCardRoomResponse implements ICardRoomResponse {
|
|
|
248
249
|
fwytMain: number = 0;
|
|
249
250
|
/** 用途 */
|
|
250
251
|
roomUses: string = "";
|
|
252
|
+
roomUseState: string = "";
|
|
251
253
|
/** 借用单位 */
|
|
252
254
|
jydwText: string = "";
|
|
253
255
|
/** 借用单位性质 */
|