一个非常平稳的版本
一个非常平稳的版本,兼容了新老服务器
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
<Compile Include="CacheDTO.cs" />
|
||||
<Compile Include="CacheKey.cs" />
|
||||
<Compile Include="DataTongJi.cs" />
|
||||
<Compile Include="FangTaiData.cs" />
|
||||
<Compile Include="FCS.cs" />
|
||||
<Compile Include="ForkSystem.cs" />
|
||||
<Compile Include="GaiXie.cs" />
|
||||
|
||||
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