This commit is contained in:
21
apps/web-antd/src/api/property/unit/model.d.ts
vendored
21
apps/web-antd/src/api/property/unit/model.d.ts
vendored
@@ -9,12 +9,7 @@ export interface UnitVO {
|
||||
/**
|
||||
* 建筑名称
|
||||
*/
|
||||
buildingCode: string;
|
||||
|
||||
/**
|
||||
* 单元编码
|
||||
*/
|
||||
unitCode: string;
|
||||
buildingId: string | number;
|
||||
|
||||
/**
|
||||
* 单元名称
|
||||
@@ -47,12 +42,7 @@ export interface UnitForm extends BaseEntity {
|
||||
/**
|
||||
* 建筑名称
|
||||
*/
|
||||
buildingCode?: string;
|
||||
|
||||
/**
|
||||
* 单元编码
|
||||
*/
|
||||
unitCode?: string;
|
||||
buildingId?: string | number;
|
||||
|
||||
/**
|
||||
* 单元名称
|
||||
@@ -80,12 +70,7 @@ export interface UnitQuery extends PageQuery {
|
||||
/**
|
||||
* 建筑名称
|
||||
*/
|
||||
buildingCode?: string;
|
||||
|
||||
/**
|
||||
* 单元编码
|
||||
*/
|
||||
unitCode?: string;
|
||||
buildingId?: string | number;
|
||||
|
||||
/**
|
||||
* 单元名称
|
||||
|
Reference in New Issue
Block a user