2、退费审核 3、房间添加套内面积
This commit is contained in:
11
apps/web-antd/src/api/property/room/model.d.ts
vendored
11
apps/web-antd/src/api/property/room/model.d.ts
vendored
@@ -2,7 +2,7 @@ import type { PageQuery, BaseEntity } from '#/api/common';
|
||||
|
||||
export interface RoomVO {
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
id: string | number;
|
||||
|
||||
@@ -22,10 +22,15 @@ export interface RoomVO {
|
||||
roomType: number;
|
||||
|
||||
/**
|
||||
* 面积(平方米)
|
||||
* 建筑面积(平方米)
|
||||
*/
|
||||
area: number;
|
||||
|
||||
/**
|
||||
* 套内面积(平方米)
|
||||
*/
|
||||
insideInArea: number;
|
||||
|
||||
/**
|
||||
* 户型(如2室1厅1卫)
|
||||
*/
|
||||
@@ -50,7 +55,7 @@ export interface RoomVO {
|
||||
|
||||
export interface RoomForm extends BaseEntity {
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
id?: string | number;
|
||||
|
||||
|
Reference in New Issue
Block a user