using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_Room_Model : DBUtility.ClsGy_Base_Model
|
{
|
//
|
public bool HPublic; //¹«¹²ÇøÓò
|
public long HBuildingID; //Â¥ºÅ
|
public string HMasterName; //ÒµÖ÷Ãû³Æ
|
public string HMasterCard; //ÒµÖ÷Éí·ÝÖ¤
|
public DateTime HMasterBirthDay; //ÒµÖ÷³öÉúÈÕÆÚ
|
public long HAge; //ÄêÁä
|
public string HLinkPhone; //ÁªÏµµç»°
|
public string HMobilePhone; //ÊÖ»ú
|
public string HEmail; //µç×ÓÓʼþ
|
public string HType; //¾ÓסÀàÐÍ£¨×âÁÞ£¬¹ºÂò£©
|
public long HContractYear; //ºÏͬÆÚÏÞ
|
public DateTime HContractBDate; //ºÏͬ¿ªÊ¼ÈÕ
|
public DateTime HContractEDate; //ºÏͬµ½ÆÚÈÕ
|
public string HPayType; //Ö§¸¶ÀàÐÍ (ÏÖ½ð£¬ÒøÐÐ)
|
}
|
}
|