feat:房屋收费选择单位
This commit is contained in:
@@ -60,6 +60,14 @@ export interface HouseChargeVO {
|
||||
chargeStatus: string;
|
||||
|
||||
personId: string;
|
||||
/**
|
||||
* 单位
|
||||
*/
|
||||
residentUnitText: string;
|
||||
/**
|
||||
* 单位面积
|
||||
*/
|
||||
area: number;
|
||||
}
|
||||
|
||||
export interface HouseChargeForm extends BaseEntity {
|
||||
|
@@ -36,6 +36,7 @@ export interface Resident_unitVO {
|
||||
*/
|
||||
location: string;
|
||||
locations: string[];
|
||||
locationDetail: string;
|
||||
|
||||
/**
|
||||
* 入驻时间
|
||||
|
Reference in New Issue
Block a user