一个非常平稳的版本
一个非常平稳的版本,兼容了新老服务器
This commit is contained in:
15
CommonEntity/FangTaiData.cs
Normal file
15
CommonEntity/FangTaiData.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Domain;
|
||||
|
||||
namespace CommonEntity
|
||||
{
|
||||
public class FangTaiData
|
||||
{
|
||||
public int hotelID { get; set; }
|
||||
public RoomStatus roomStatus { get; set; }
|
||||
public string RoomNUM { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user