@ningboyz/types 1.5.183 → 1.5.185
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
|
@@ -371,6 +371,15 @@ export interface IYzhtMainResponse {
|
|
|
371
371
|
/** 异常原因 */
|
|
372
372
|
errorMsg: string;
|
|
373
373
|
|
|
374
|
+
/** 退租类型.标识 */
|
|
375
|
+
httzType: number;
|
|
376
|
+
/** 退租类型.名称 */
|
|
377
|
+
httzTypeText: string;
|
|
378
|
+
/** 退租生效日期 */
|
|
379
|
+
httzDate: number;
|
|
380
|
+
/** 退租原因 */
|
|
381
|
+
httztzyy: string;
|
|
382
|
+
|
|
374
383
|
thirdApp: string;
|
|
375
384
|
|
|
376
385
|
/** 支付期数 */
|
|
@@ -754,6 +763,15 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
754
763
|
/** 异常原因 */
|
|
755
764
|
errorMsg: string = "";
|
|
756
765
|
|
|
766
|
+
/** 退租类型.标识 */
|
|
767
|
+
httzType: number = 0;
|
|
768
|
+
/** 退租类型.名称 */
|
|
769
|
+
httzTypeText: string = "";
|
|
770
|
+
/** 退租生效日期 */
|
|
771
|
+
httzDate: number = 0;
|
|
772
|
+
/** 退租原因 */
|
|
773
|
+
httztzyy: string = "";
|
|
774
|
+
|
|
757
775
|
thirdApp: string = "";
|
|
758
776
|
|
|
759
777
|
/** 支付期数 */
|