初始化
This commit is contained in:
18
Face.Domain/Application/tb_HotelCode.cs
Normal file
18
Face.Domain/Application/tb_HotelCode.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user