ComplianceServer/oldcode/WEB/ViewModel/TZGW/Bas_RoomApplayExtend.cs

36 lines
1.6 KiB
C#

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<decimal> managereid { get; set; }
public string managername { get; set; }
public Nullable<System.DateTime> creationaccountdate { get; set; }
public Nullable<System.DateTime> activatetime { get; set; }
public Nullable<decimal> endamt { get; set; }
public Nullable<decimal> pkid { get; set; }
public Nullable<decimal> applayeid { get; set; }
public string applayname { get; set; }
public string roomcode { get; set; }
public string roomname { get; set; }
public Nullable<System.DateTime> startdate { get; set; }
public Nullable<System.DateTime> enddate { get; set; }
public Nullable<System.DateTime> applaydate { get; set; }
public string applaymemo { get; set; }
public Nullable<decimal> status { get; set; }
public Nullable<decimal> checkuserid { get; set; }
public Nullable<decimal> checkeid { get; set; }
public string checkname { get; set; }
public Nullable<System.DateTime> checkdate { get; set; }
public string checkmemo { get; set; }
public Nullable<decimal> nrow { get; set; }
public string accountFrom { get; set; }
}
}