This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import type {PageQuery, BaseEntity} from '#/api/common';
|
||||
import type {RoomVO} from "#/api/property/room/model";
|
||||
import type {CostItemSettingVO} from "#/api/property/costManagement/costItemSetting/model";
|
||||
|
||||
export interface HouseChargeVO {
|
||||
/**
|
||||
@@ -46,7 +48,16 @@ export interface HouseChargeVO {
|
||||
* 缴费周期
|
||||
*/
|
||||
chargeCycle: number;
|
||||
/**
|
||||
* 支付方式
|
||||
*/
|
||||
payType: string;
|
||||
|
||||
roomVo: RoomVO;
|
||||
|
||||
costItemsVo: CostItemSettingVO;
|
||||
|
||||
chargeStatus: string;
|
||||
}
|
||||
|
||||
export interface HouseChargeForm extends BaseEntity {
|
||||
@@ -90,6 +101,10 @@ export interface HouseChargeForm extends BaseEntity {
|
||||
*/
|
||||
remark?: string;
|
||||
|
||||
/**
|
||||
* 缴费状态
|
||||
*/
|
||||
chargeStatus?: string;
|
||||
}
|
||||
|
||||
export interface HouseChargeQuery extends PageQuery {
|
||||
|
Reference in New Issue
Block a user