Exemplo n.º 1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public OTA_HotelResCallEntity()
     : base("OTA_HotelRes")
 {
     this.TimeStamp = DateTime.Now;
     this.personList = new List<string>();
     this.phoneTechType = PhoneTechnologyType.Mobile;
     this.specialDescription = new List<string>();
     this.currencyCode = "CNY";
     this.contactType = Enums.ContactType.sms;
 }
Exemplo n.º 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public OTA_HotelResCallEntity()
     : base("OTA_HotelRes")
 {
     this.TimeStamp          = DateTime.Now;
     this.personList         = new List <string>();
     this.phoneTechType      = PhoneTechnologyType.Mobile;
     this.specialDescription = new List <string>();
     this.currencyCode       = "CNY";
     this.contactType        = Enums.ContactType.sms;
 }