diff --git a/apps/web-antd/src/api/property/resident/unit/model.d.ts b/apps/web-antd/src/api/property/resident/unit/model.d.ts index 259e2abe..1c6d50df 100644 --- a/apps/web-antd/src/api/property/resident/unit/model.d.ts +++ b/apps/web-antd/src/api/property/resident/unit/model.d.ts @@ -1,4 +1,4 @@ -import type { PageQuery, BaseEntity } from '#/api/common'; +import type {PageQuery, BaseEntity} from '#/api/common'; export interface Resident_unitVO { /** @@ -67,8 +67,8 @@ export interface Resident_unitVO { */ authGroupName?: string; // 授权期限 - authBegDate?:string;//开始 - authEndDate?:string;//结束 + authBegDate?: string;//开始 + authEndDate?: string;//结束 } @@ -177,8 +177,8 @@ export interface Resident_unitQuery extends PageQuery { number?: number; /** - * 日期范围参数 - */ + * 日期范围参数 + */ params?: any; } @@ -240,4 +240,9 @@ export interface Unit extends BaseEntity { */ remark?: string; + /** + * 入驻面积 + */ + area?: string; + } diff --git a/apps/web-antd/src/views/property/resident/unit/unit-detail.vue b/apps/web-antd/src/views/property/resident/unit/unit-detail.vue index 90b2871c..398f6908 100644 --- a/apps/web-antd/src/views/property/resident/unit/unit-detail.vue +++ b/apps/web-antd/src/views/property/resident/unit/unit-detail.vue @@ -44,7 +44,7 @@ async function handleOpenChange(open: boolean) {