| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- using System;
- using System.Collections.Generic;
- using Newtonsoft.Json;
- namespace YZXYH.Repository.Models
- {
- [Serializable]
- public partial class View_UserAttendMeetingInfos
- {
- public string Id { get; set; }
- public string AlumnusNo { get; set; }
- public string AMNo { get; set; }
- public string Suggest { get; set; }
- public string IsAudit { get; set; }
- public string IsLocked { get; set; }
- public string IsCost { get; set; }
- public string IsBranch { get; set; }
- public Nullable<System.DateTime> CostTime { get; set; }
- public string IsVip { get; set; }
- public string Remark { get; set; }
- public Nullable<System.DateTime> TimeCreated { get; set; }
- public Nullable<System.DateTime> TimeModify { get; set; }
- public string Name { get; set; }
- public string Mobile { get; set; }
- public string GraduationYear { get; set; }
- public string AMName { get; set; }
- public string AMYear { get; set; }
- public string AMDate { get; set; }
- public string Stauts { get; set; }
- public Nullable<System.DateTime> TimeEnd { get; set; }
- public string CityName { get; set; }
- public string NickName { get; set; }
- public string Gender { get; set; }
- public string Class { get; set; }
- public string Email { get; set; }
- public Nullable<System.DateTime> Birthday { get; set; }
- public string CityNo { get; set; }
- public string ContactAddress { get; set; }
- public string HomeAddress { get; set; }
- public string Workunit { get; set; }
- public string WeChat { get; set; }
- public string QQ { get; set; }
- public string Mobile2 { get; set; }
- public string DetaileInfo { get; set; }
- public string IsAudited { get; set; }
- public string IsPublic { get; set; }
- public string Vip { get; set; }
- }
- }
|