using System; namespace CallCenterApi.Model { /// /// T_Chat_IPList:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class T_Chat_IPList { public T_Chat_IPList() { } #region Model private int _f_id; private string _f_openid; private string _f_ip; private string _f_country; private string _f_countrycode; private string _f_area; private string _f_areacode; private string _f_region; private string _f_regioncode; private string _f_city; private string _f_citycode; private string _f_county; private string _f_countycode; private string _f_isp; private string _f_ispcode; private DateTime? _f_createtime; private int? _f_type; /// /// /// public int F_Id { set { _f_id = value; } get { return _f_id; } } /// /// /// public string F_OpenId { set { _f_openid = value; } get { return _f_openid; } } /// /// /// public string F_IP { set { _f_ip = value; } get { return _f_ip; } } /// /// /// public string F_Country { set { _f_country = value; } get { return _f_country; } } /// /// /// public string F_CountryCode { set { _f_countrycode = value; } get { return _f_countrycode; } } /// /// /// public string F_Area { set { _f_area = value; } get { return _f_area; } } /// /// /// public string F_AreaCode { set { _f_areacode = value; } get { return _f_areacode; } } /// /// /// public string F_Region { set { _f_region = value; } get { return _f_region; } } /// /// /// public string F_RegionCode { set { _f_regioncode = value; } get { return _f_regioncode; } } /// /// /// public string F_City { set { _f_city = value; } get { return _f_city; } } /// /// /// public string F_CityCode { set { _f_citycode = value; } get { return _f_citycode; } } /// /// /// public string F_County { set { _f_county = value; } get { return _f_county; } } /// /// /// public string F_CountyCode { set { _f_countycode = value; } get { return _f_countycode; } } /// /// /// public string F_ISP { set { _f_isp = value; } get { return _f_isp; } } /// /// /// public string F_ISPCode { set { _f_ispcode = value; } get { return _f_ispcode; } } /// /// /// public DateTime? F_CreateTime { set { _f_createtime = value; } get { return _f_createtime; } } /// /// /// public int? F_Type { set { _f_type = value; } get { return _f_type; } } #endregion Model } }