using OASystem.Domain.Entities.Resource;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OASystem.Domain.ViewModels.Resource
{
public class HotelDataView:Res_HotelData
{
}
public class QueryHotelDataSelect {
///
/// id
///
public int Id { get; set; }
///
/// 城市名
///
public string City { get; set; }
}
}