Files
Web_Faces_Prod/Face.Domain/Application/tb_HotelCode.cs
2025-11-25 17:41:57 +08:00

19 lines
385 B
C#

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; }
}
}