using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Face.Domain.Application { public class tb_HotelCode { public string Code { get; set; } public string Remark { get; set; } public bool UserWX { get; set; } public int HotelID { get; set; } } }