yangle
2022-06-30 1cf37e52dcefd6bbf567818b50e16f36c7fae84c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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;              //Ö§¸¶ÀàÐÍ (ÏÖ½ð£¬ÒøÐÐ)
    }
}