住宿管理

This commit is contained in:
zsh
2024-12-18 11:43:13 +08:00
parent a45c85edbc
commit 36e9168098
2 changed files with 186 additions and 17 deletions
+9 -3
View File
@@ -56,7 +56,7 @@ export interface HotelVO {
/**
* 商家图片
*/
imgUrl: string;
imgUrlList?: object;
/**
* 详细地址
*/
@@ -108,11 +108,17 @@ export interface HotelForm extends BaseEntity {
* 区县编码
*/
county?: number;
/**
* 商家图片
*/
imgUrlList?: object;
/**
* 商家地址
*/
address?: string;
}
export interface HotelQuery extends PageQuery {
/**
* 住宿商家名称
*/