| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace CallCenterApi.Model
- {
- /// <summary>
- /// T_Cus_ContactPerson:实体类(属性说明自动提取数据库字段的描述信息)
- /// </summary>
- [Serializable]
- public partial class T_Cus_ContactPerson
- {
- public T_Cus_ContactPerson()
- { }
- #region Model
- private int _f_manid;
- private int? _f_customerid;
- private int? _f_categoryid;
- private string _f_name;
- private string _f_ename;
- private bool _f_ismain = false;
- private string _f_sex;
- private string _f_telephone;
- private string _f_mobile;
- private string _f_fax;
- private string _f_address;
- private string _f_email;
- private string _f_duty;
- private string _f_department;
- private string _f_qq;
- private string _f_msn;
- private bool _f_isbirth;
- private DateTime? _f_birthday;
- private int? _f_birthtype = 0;
- private DateTime? _f_birthcn;
- private int? _f_birthcnyear;
- private int? _f_birthcnmonth;
- private int? _f_birthcnday;
- private bool _f_issms;
- private string _f_smscontent;
- private DateTime? _f_firstdate;
- private DateTime? _f_latelydate;
- private string _f_remark;
- private Guid _f_createby;
- private DateTime? _f_createon;
- private Guid _f_modifyby;
- private DateTime? _f_modifyon;
- private int? _f_deletionstatecode = 0;
- private string _f_useraccount;
- private string _f_password;
- private int? _f_roleid;
- /// <summary>
- ///
- /// </summary>
- public int F_ManId
- {
- set { _f_manid = value; }
- get { return _f_manid; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_CustomerId
- {
- set { _f_customerid = value; }
- get { return _f_customerid; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_CategoryId
- {
- set { _f_categoryid = value; }
- get { return _f_categoryid; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Name
- {
- set { _f_name = value; }
- get { return _f_name; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_EName
- {
- set { _f_ename = value; }
- get { return _f_ename; }
- }
- /// <summary>
- ///
- /// </summary>
- public bool F_IsMain
- {
- set { _f_ismain = value; }
- get { return _f_ismain; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Sex
- {
- set { _f_sex = value; }
- get { return _f_sex; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Telephone
- {
- set { _f_telephone = value; }
- get { return _f_telephone; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Mobile
- {
- set { _f_mobile = value; }
- get { return _f_mobile; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Fax
- {
- set { _f_fax = value; }
- get { return _f_fax; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Address
- {
- set { _f_address = value; }
- get { return _f_address; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Email
- {
- set { _f_email = value; }
- get { return _f_email; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Duty
- {
- set { _f_duty = value; }
- get { return _f_duty; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Department
- {
- set { _f_department = value; }
- get { return _f_department; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_QQ
- {
- set { _f_qq = value; }
- get { return _f_qq; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_MSN
- {
- set { _f_msn = value; }
- get { return _f_msn; }
- }
- /// <summary>
- ///
- /// </summary>
- public bool F_IsBirth
- {
- set { _f_isbirth = value; }
- get { return _f_isbirth; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_Birthday
- {
- set { _f_birthday = value; }
- get { return _f_birthday; }
- }
- /// <summary>
- /// 生日类型(0阳历、1农历)
- /// </summary>
- public int? F_BirthType
- {
- set { _f_birthtype = value; }
- get { return _f_birthtype; }
- }
- /// <summary>
- /// 农历生日
- /// </summary>
- public DateTime? F_BirthCN
- {
- set { _f_birthcn = value; }
- get { return _f_birthcn; }
- }
- /// <summary>
- /// 农历年
- /// </summary>
- public int? F_BirthCNYear
- {
- set { _f_birthcnyear = value; }
- get { return _f_birthcnyear; }
- }
- /// <summary>
- /// 农历月
- /// </summary>
- public int? F_BirthCNMonth
- {
- set { _f_birthcnmonth = value; }
- get { return _f_birthcnmonth; }
- }
- /// <summary>
- /// 农历日
- /// </summary>
- public int? F_BirthCNDay
- {
- set { _f_birthcnday = value; }
- get { return _f_birthcnday; }
- }
- /// <summary>
- ///
- /// </summary>
- public bool F_IsSMS
- {
- set { _f_issms = value; }
- get { return _f_issms; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_SMSContent
- {
- set { _f_smscontent = value; }
- get { return _f_smscontent; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_FirstDate
- {
- set { _f_firstdate = value; }
- get { return _f_firstdate; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_LatelyDate
- {
- set { _f_latelydate = value; }
- get { return _f_latelydate; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_Remark
- {
- set { _f_remark = value; }
- get { return _f_remark; }
- }
- /// <summary>
- ///
- /// </summary>
- public Guid F_CreateBy
- {
- set { _f_createby = value; }
- get { return _f_createby; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_CreateOn
- {
- set { _f_createon = value; }
- get { return _f_createon; }
- }
- /// <summary>
- ///
- /// </summary>
- public Guid F_ModifyBy
- {
- set { _f_modifyby = value; }
- get { return _f_modifyby; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_ModifyOn
- {
- set { _f_modifyon = value; }
- get { return _f_modifyon; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_DeletionStateCode
- {
- set { _f_deletionstatecode = value; }
- get { return _f_deletionstatecode; }
- }
- /// <summary>
- /// F_UserAccount
- /// </summary>
- public string F_UserAccount
- {
- get { return _f_useraccount; }
- set { _f_useraccount = value; }
- }
- /// <summary>
- /// F_Password
- /// </summary>
- public string F_Password
- {
- get { return _f_password; }
- set { _f_password = value; }
- }
- /// <summary>
- /// F_RoleId
- /// </summary>
- public int? F_RoleId
- {
- get { return _f_roleid; }
- set { _f_roleid = value; }
- }
- #endregion Model
- }
- }
|