using System; namespace WX.CRM.WEB.ViewModel.TZGW { public class Bas_RoomApplayExtend { public string deptcode { get; set; } public string tradecode { get; set; } public string tradename { get; set; } public string username { get; set; } public string roomusername { get; set; } public string resid { get; set; } public Nullable managereid { get; set; } public string managername { get; set; } public Nullable creationaccountdate { get; set; } public Nullable activatetime { get; set; } public Nullable endamt { get; set; } public Nullable pkid { get; set; } public Nullable applayeid { get; set; } public string applayname { get; set; } public string roomcode { get; set; } public string roomname { get; set; } public Nullable startdate { get; set; } public Nullable enddate { get; set; } public Nullable applaydate { get; set; } public string applaymemo { get; set; } public Nullable status { get; set; } public Nullable checkuserid { get; set; } public Nullable checkeid { get; set; } public string checkname { get; set; } public Nullable checkdate { get; set; } public string checkmemo { get; set; } public Nullable nrow { get; set; } public string accountFrom { get; set; } } }