using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MemoryPack; namespace CommonEntity.CacheEntity { [MemoryPackable()] public partial class PMS_RoomStatus { public byte PMSStatus { get; set; } } }