using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CallCenterApi.Model
{
///
/// T_Vis_DXNTelphone:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class T_Vis_DXNTelphone
{
public T_Vis_DXNTelphone()
{ }
#region Model
private int _f_dvnid;
private string _f_serialno;
private string _f_infodode;
private string _f_license;
private string _f_brand;
private string _f_series;
private string _f_cartype;
private string _f_ownername;
private string _f_telphone;
private string _f_mobilephone;
private string _f_ownerships;
private string _f_useplace;
private string _f_reportremark;
private string _f_khinfor;
private string _f_groupname;
private string _f_khtype;
private string _f_isinto;
private string _f_intointent;
private string _f_reportuser;
private string _f_ownerships2;
private string _f_reporttime;
private string _f_perfectrate;
private string _f_infostate;
private string _f_aging;
private string _f_lvdate;
private string _f_lvcontent;
private string _f_lvtype;
private DateTime? _f_visdate;
private string _f_viscontent;
private string _f_vistype;
private string _f_visuser;
private string _f_visuserid;
private string _f_visdate1;
private string _f_viscontent1;
private string _f_vistype1;
private string _f_visuser1;
private string _f_visuserid1;
private string _f_visdate2;
private string _f_viscontent2;
private string _f_vistype2;
private string _f_visuser2;
private string _f_visuserid2;
private string _f_visdate3;
private string _f_viscontent3;
private string _f_vistype3;
private string _f_visuser3;
private string _f_visuserid3;
private DateTime? _f_insertdate;
private string _f_insertuser;
private string _f_insertuserid;
private string _f_liablep;
private string _f_hjuser;
private string _f_hjuserid;
private DateTime? _f_hjdate;
private int? _f_iscall;
private string _f_callres;
private int? _f_callresid;
private int? _f_iscallres;
private int? _f_isvis;
private int? _f_fileid;
///
///
///
public int F_DVNID
{
set { _f_dvnid = value; }
get { return _f_dvnid; }
}
///
/// 序号
///
public string F_SerialNo
{
set { _f_serialno = value; }
get { return _f_serialno; }
}
///
/// 信息编号
///
public string F_InfoDode
{
set { _f_infodode = value; }
get { return _f_infodode; }
}
///
/// 车牌号
///
public string F_License
{
set { _f_license = value; }
get { return _f_license; }
}
///
/// 品牌
///
public string F_brand
{
set { _f_brand = value; }
get { return _f_brand; }
}
///
/// 车系
///
public string F_series
{
set { _f_series = value; }
get { return _f_series; }
}
///
/// 车型
///
public string F_CarType
{
set { _f_cartype = value; }
get { return _f_cartype; }
}
///
/// 车主姓名
///
public string F_ownerName
{
set { _f_ownername = value; }
get { return _f_ownername; }
}
///
/// 固定电话
///
public string F_Telphone
{
set { _f_telphone = value; }
get { return _f_telphone; }
}
///
/// 移动电话
///
public string F_MobilePhone
{
set { _f_mobilephone = value; }
get { return _f_mobilephone; }
}
///
/// 归属人
///
public string F_ownerships
{
set { _f_ownerships = value; }
get { return _f_ownerships; }
}
///
/// 使用地
///
public string F_usePlace
{
set { _f_useplace = value; }
get { return _f_useplace; }
}
///
/// 报备备注
///
public string F_ReportRemark
{
set { _f_reportremark = value; }
get { return _f_reportremark; }
}
///
/// 客户提供信息
///
public string F_khInfor
{
set { _f_khinfor = value; }
get { return _f_khinfor; }
}
///
/// 集团名称
///
public string F_GroupName
{
set { _f_groupname = value; }
get { return _f_groupname; }
}
///
/// 客户类别
///
public string F_khType
{
set { _f_khtype = value; }
get { return _f_khtype; }
}
///
/// 是否进店
///
public string F_isInto
{
set { _f_isinto = value; }
get { return _f_isinto; }
}
///
/// 进店意向程度
///
public string F_intointent
{
set { _f_intointent = value; }
get { return _f_intointent; }
}
///
/// 报备人
///
public string F_ReportUser
{
set { _f_reportuser = value; }
get { return _f_reportuser; }
}
///
/// 归属人2
///
public string F_ownerships2
{
set { _f_ownerships2 = value; }
get { return _f_ownerships2; }
}
///
/// 报备时间
///
public string F_ReportTime
{
set { _f_reporttime = value; }
get { return _f_reporttime; }
}
///
/// 信息完善率
///
public string F_PerfectRate
{
set { _f_perfectrate = value; }
get { return _f_perfectrate; }
}
///
/// 信息状态
///
public string F_infoState
{
set { _f_infostate = value; }
get { return _f_infostate; }
}
///
/// 跟进时效
///
public string F_aging
{
set { _f_aging = value; }
get { return _f_aging; }
}
///
/// 上次回访时间
///
public string F_LVDate
{
set { _f_lvdate = value; }
get { return _f_lvdate; }
}
///
/// 上次回访内容
///
public string F_LVContent
{
set { _f_lvcontent = value; }
get { return _f_lvcontent; }
}
///
/// 上次分类
///
public string F_LVType
{
set { _f_lvtype = value; }
get { return _f_lvtype; }
}
///
/// 回访时间
///
public DateTime? F_VisDate
{
set { _f_visdate = value; }
get { return _f_visdate; }
}
///
/// 回访内容
///
public string F_VisContent
{
set { _f_viscontent = value; }
get { return _f_viscontent; }
}
///
/// 分类
///
public string F_VisType
{
set { _f_vistype = value; }
get { return _f_vistype; }
}
///
/// 回访人
///
public string F_VisUser
{
set { _f_visuser = value; }
get { return _f_visuser; }
}
///
/// 回访人ID
///
public string F_VisUserID
{
set { _f_visuserid = value; }
get { return _f_visuserid; }
}
///
///
///
public string F_VisDate1
{
set { _f_visdate1 = value; }
get { return _f_visdate1; }
}
///
///
///
public string F_VisContent1
{
set { _f_viscontent1 = value; }
get { return _f_viscontent1; }
}
///
///
///
public string F_VisType1
{
set { _f_vistype1 = value; }
get { return _f_vistype1; }
}
///
///
///
public string F_VisUser1
{
set { _f_visuser1 = value; }
get { return _f_visuser1; }
}
///
///
///
public string F_VisUserID1
{
set { _f_visuserid1 = value; }
get { return _f_visuserid1; }
}
///
///
///
public string F_VisDate2
{
set { _f_visdate2 = value; }
get { return _f_visdate2; }
}
///
///
///
public string F_VisContent2
{
set { _f_viscontent2 = value; }
get { return _f_viscontent2; }
}
///
///
///
public string F_VisType2
{
set { _f_vistype2 = value; }
get { return _f_vistype2; }
}
///
///
///
public string F_VisUser2
{
set { _f_visuser2 = value; }
get { return _f_visuser2; }
}
///
///
///
public string F_VisUserID2
{
set { _f_visuserid2 = value; }
get { return _f_visuserid2; }
}
///
///
///
public string F_VisDate3
{
set { _f_visdate3 = value; }
get { return _f_visdate3; }
}
///
///
///
public string F_VisContent3
{
set { _f_viscontent3 = value; }
get { return _f_viscontent3; }
}
///
///
///
public string F_VisType3
{
set { _f_vistype3 = value; }
get { return _f_vistype3; }
}
///
///
///
public string F_VisUser3
{
set { _f_visuser3 = value; }
get { return _f_visuser3; }
}
///
///
///
public string F_VisUserID3
{
set { _f_visuserid3 = value; }
get { return _f_visuserid3; }
}
///
/// 导入时间
///
public DateTime? F_insertDate
{
set { _f_insertdate = value; }
get { return _f_insertdate; }
}
///
/// 导入人员
///
public string F_insertUser
{
set { _f_insertuser = value; }
get { return _f_insertuser; }
}
///
/// 导入人员ID
///
public string F_insertUserID
{
set { _f_insertuserid = value; }
get { return _f_insertuserid; }
}
///
/// 责任人
///
public string F_liableP
{
set { _f_liablep = value; }
get { return _f_liablep; }
}
///
/// 呼叫人员
///
public string F_hjUser
{
set { _f_hjuser = value; }
get { return _f_hjuser; }
}
///
/// 呼叫人员ID
///
public string F_hjUserID
{
set { _f_hjuserid = value; }
get { return _f_hjuserid; }
}
///
/// 呼叫时间
///
public DateTime? F_hjDate
{
set { _f_hjdate = value; }
get { return _f_hjdate; }
}
///
/// 是否呼叫
///
public int? F_ISCall
{
set { _f_iscall = value; }
get { return _f_iscall; }
}
///
/// 呼叫结果
///
public string F_CallRes
{
set { _f_callres = value; }
get { return _f_callres; }
}
///
/// 呼叫结果ID
///
public int? F_CallResID
{
set { _f_callresid = value; }
get { return _f_callresid; }
}
///
/// 是否接通
///
public int? F_ISCallRes
{
set { _f_iscallres = value; }
get { return _f_iscallres; }
}
///
/// 是否回访
///
public int? F_ISVis
{
set { _f_isvis = value; }
get { return _f_isvis; }
}
///
///
///
public int? F_FileID
{
set { _f_fileid = value; }
get { return _f_fileid; }
}
#endregion Model
}
}