using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace YTSoft.BaseCallCenter.Model { /// /// T_Call_CheckIDCard:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class T_Call_CheckIDCard { public T_Call_CheckIDCard() { } #region Model private int _f_id; private string _f_code; private int? _f_recordid; private string _f_callid; private int? _f_workorderid; private string _f_idcard; private string _f_cardinfo; private string _f_sex; private string _f_address; private string _f_birthday; private int? _f_age; private string _f_name; private int? _f_sfid; private string _f_sfname; private string _f_dttype; private string _f_qkinfo; private string _f_skkyry; private int? _f_checkcityid; private string _f_checkcityname; private int? _f_checkxqid; private string _f_checkxqname; private int? _f_customerid; private string _f_customername; private string _f_customerjh; private string _f_customertel; private DateTime? _f_checktime; private int? _f_userid; private string _f_username; private int? _f_state; private string _f_ext1; private string _f_ext2; private int? _f_ext3; private int? _f_dtchildtype = 0; private int? _f_lrproviceid = 0; private string _f_lrprovicename; private int? _f_lrcityid = 0; private string _f_lrcityname; private int? _f_lcproviceid = 0; private string _f_lcprovicename; private int? _f_lccityid = 0; private string _f_lccityname; /// /// /// public int F_Id { set { _f_id = value; } get { return _f_id; } } /// /// /// public string F_Code { set { _f_code = value; } get { return _f_code; } } /// /// /// public int? F_RecordId { set { _f_recordid = value; } get { return _f_recordid; } } /// /// /// public string F_CallId { set { _f_callid = value; } get { return _f_callid; } } /// /// /// public int? F_WorkOrderId { set { _f_workorderid = value; } get { return _f_workorderid; } } /// /// /// public string F_IDCard { set { _f_idcard = value; } get { return _f_idcard; } } /// /// /// public string F_CardInfo { set { _f_cardinfo = value; } get { return _f_cardinfo; } } /// /// /// public string F_Sex { set { _f_sex = value; } get { return _f_sex; } } /// /// /// public string F_Address { set { _f_address = value; } get { return _f_address; } } /// /// /// public string F_Birthday { set { _f_birthday = value; } get { return _f_birthday; } } /// /// /// public int? F_Age { set { _f_age = value; } get { return _f_age; } } /// /// /// public string F_Name { set { _f_name = value; } get { return _f_name; } } /// /// /// public int? F_SFId { set { _f_sfid = value; } get { return _f_sfid; } } /// /// /// public string F_SFName { set { _f_sfname = value; } get { return _f_sfname; } } /// /// /// public string F_DTType { set { _f_dttype = value; } get { return _f_dttype; } } /// /// /// public string F_QKInfo { set { _f_qkinfo = value; } get { return _f_qkinfo; } } /// /// /// public string F_SKKYRY { set { _f_skkyry = value; } get { return _f_skkyry; } } /// /// /// public int? F_CheckCityId { set { _f_checkcityid = value; } get { return _f_checkcityid; } } /// /// /// public string F_CheckCityName { set { _f_checkcityname = value; } get { return _f_checkcityname; } } /// /// /// public int? F_CheckXQId { set { _f_checkxqid = value; } get { return _f_checkxqid; } } /// /// /// public string F_CheckXQName { set { _f_checkxqname = value; } get { return _f_checkxqname; } } /// /// /// public int? F_CustomerId { set { _f_customerid = value; } get { return _f_customerid; } } /// /// /// public string F_CustomerName { set { _f_customername = value; } get { return _f_customername; } } /// /// /// public string F_CustomerJH { set { _f_customerjh = value; } get { return _f_customerjh; } } /// /// /// public string F_CustomerTel { set { _f_customertel = value; } get { return _f_customertel; } } /// /// /// public DateTime? F_CheckTime { set { _f_checktime = value; } get { return _f_checktime; } } /// /// /// public int? F_UserId { set { _f_userid = value; } get { return _f_userid; } } /// /// /// public string F_UserName { set { _f_username = value; } get { return _f_username; } } /// /// /// public int? F_State { set { _f_state = value; } get { return _f_state; } } /// /// /// public string F_Ext1 { set { _f_ext1 = value; } get { return _f_ext1; } } /// /// /// public string F_Ext2 { set { _f_ext2 = value; } get { return _f_ext2; } } /// /// /// public int? F_Ext3 { set { _f_ext3 = value; } get { return _f_ext3; } } /// /// 0未知,1省内,2省外 /// public int? F_DTChildType { set { _f_dtchildtype = value; } get { return _f_dtchildtype; } } /// /// 流入省份Id /// public int? F_LRProviceId { set { _f_lrproviceid = value; } get { return _f_lrproviceid; } } /// /// 流入省份名称 /// public string F_LRProviceName { set { _f_lrprovicename = value; } get { return _f_lrprovicename; } } /// /// 流入城市Id /// public int? F_LRCityId { set { _f_lrcityid = value; } get { return _f_lrcityid; } } /// /// 流入城市名称 /// public string F_LRCityName { set { _f_lrcityname = value; } get { return _f_lrcityname; } } /// /// 流出省份Id /// public int? F_LCProviceId { set { _f_lcproviceid = value; } get { return _f_lcproviceid; } } /// /// 流出省份名称 /// public string F_LCProviceName { set { _f_lcprovicename = value; } get { return _f_lcprovicename; } } /// /// 流出城市Id /// public int? F_LCCityId { set { _f_lccityid = value; } get { return _f_lccityid; } } /// /// 流出城市名称 /// public string F_LCCityName { set { _f_lccityname = value; } get { return _f_lccityname; } } #endregion Model } }