Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
@@ -77,6 +77,11 @@ export interface RentalPlanForm extends BaseEntity {
|
||||
*/
|
||||
remarks?: string;
|
||||
|
||||
/**
|
||||
* 方案下绿植产品
|
||||
*/
|
||||
productList:any[];
|
||||
|
||||
}
|
||||
|
||||
export interface RentalPlanQuery extends PageQuery {
|
||||
|
@@ -29,7 +29,7 @@ export interface Resident_unitVO {
|
||||
/**
|
||||
* 联系电话
|
||||
*/
|
||||
phone: number;
|
||||
phone: string;
|
||||
|
||||
/**
|
||||
* 入驻位置
|
||||
@@ -87,7 +87,7 @@ export interface Resident_unitForm extends BaseEntity {
|
||||
/**
|
||||
* 联系电话
|
||||
*/
|
||||
phone?: number;
|
||||
phone?: string;
|
||||
|
||||
/**
|
||||
* 入驻位置
|
||||
@@ -140,7 +140,7 @@ export interface Resident_unitQuery extends PageQuery {
|
||||
/**
|
||||
* 联系电话
|
||||
*/
|
||||
phone?: number;
|
||||
phone?: string;
|
||||
|
||||
/**
|
||||
* 入驻位置
|
||||
@@ -197,13 +197,15 @@ export interface Unit extends BaseEntity {
|
||||
/**
|
||||
* 联系电话
|
||||
*/
|
||||
phone?: number;
|
||||
phone?: string;
|
||||
|
||||
/**
|
||||
* 入驻位置
|
||||
*/
|
||||
location?: string;
|
||||
|
||||
locationDetail?: string;
|
||||
|
||||
/**
|
||||
* 入驻时间
|
||||
*/
|
||||
|
Reference in New Issue
Block a user