using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CallCenterApi.Model
{
///
/// T_Call_OutTelNumWX:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class T_Call_OutTelNumWX
{
public T_Call_OutTelNumWX()
{ }
#region Model
private int _f_id;
private int? _f_pagerid;
private int? _f_cusid;
private string _f_cusname;
private string _f_telphone;
private string _f_phone;
private int? _f_countryid;
private string _f_country;
private string _f_address;
private string _f_openid;
private int? _f_userid;
private string _f_username;
private DateTime? _f_createtime = DateTime.Now;
private int? _f_count = 0;
private string _f_askinfo;
private string _f_askres;
private int? _f_deleteflag = 0;
///
///
///
public int F_Id
{
set { _f_id = value; }
get { return _f_id; }
}
///
///
///
public int? F_PagerId
{
set { _f_pagerid = value; }
get { return _f_pagerid; }
}
///
/// 客户ID
///
public int? F_CusID
{
set { _f_cusid = value; }
get { return _f_cusid; }
}
///
/// 客户姓名
///
public string F_CusName
{
set { _f_cusname = value; }
get { return _f_cusname; }
}
///
/// 电话号码
///
public string F_TelPhone
{
set { _f_telphone = value; }
get { return _f_telphone; }
}
///
/// 固定电话
///
public string F_Phone
{
set { _f_phone = value; }
get { return _f_phone; }
}
///
/// 乡镇id
///
public int? F_CountryId
{
set { _f_countryid = value; }
get { return _f_countryid; }
}
///
/// 乡镇
///
public string F_Country
{
set { _f_country = value; }
get { return _f_country; }
}
///
/// 住址
///
public string F_Address
{
set { _f_address = value; }
get { return _f_address; }
}
///
///
///
public string F_Openid
{
set { _f_openid = value; }
get { return _f_openid; }
}
///
///
///
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 DateTime? F_CreateTime
{
set { _f_createtime = value; }
get { return _f_createtime; }
}
///
/// 提交次数
///
public int? F_Count
{
set { _f_count = value; }
get { return _f_count; }
}
///
/// 答案ID或内容
///
public string F_AskInfo
{
set { _f_askinfo = value; }
get { return _f_askinfo; }
}
///
/// 试题ID
///
public string F_AskRes
{
set { _f_askres = value; }
get { return _f_askres; }
}
///
///
///
public int? F_DeleteFlag
{
set { _f_deleteflag = value; }
get { return _f_deleteflag; }
}
#endregion Model
}
}