using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CallCenterApi.Model
{
///
/// 导入电话表
///
[Serializable]
public partial class T_Vis_Telphone
{
public T_Vis_Telphone()
{ }
#region Model
private int _f_telid;
private string _f_sheng;
private string _f_store;
private string _f_prodate;
private string _f_reciver;
private string _f_license;
private string _f_brand;
private string _f_models;
private string _f_cusname;
private string _f_custelphone;
private string _f_cusphone;
private string _f_reptype;
private string _f_surveydate;
private string _f_tscore;
private string _f_rscore;
private string _f_rings;
private string _f_wholes;
private string _f_totals;
private string _f_remark;
private string _f_visresult;
private string _f_visinfo;
private string _f_visis;
private string _f_repitem;
private string _f_theteam;
private string _f_elect;
private string _f_sheetmetal;
private string _f_paint;
private string _f_repuser;
private string _f_wonumber;
private string _f_newcus;
private DateTime? _f_inputdate = DateTime.Now;
private int? _f_inputuserid;
private string _f_inputusername;
private int? _f_visuserid;
private string _f_visusername;
private DateTime? _f_visdate;
private bool _f_isvis;
private int? _f_calluserid;
private string _f_callusername;
private DateTime? _f_calldate;
private bool _f_iscall;
private int? _f_callresid;
private string _f_callres;
private bool _f_iscallres;
private int? _f_allotuserid;
private string _f_allotusername;
private int? _f_allotzxid;
private string _f_allotzxname;
private bool _f_isallot;
private DateTime? _f_allotdate;
private int? _f_fileid;
///
/// 电话ID
///
public int F_TelID
{
set { _f_telid = value; }
get { return _f_telid; }
}
///
/// 大区
///
public string F_Sheng
{
set { _f_sheng = value; }
get { return _f_sheng; }
}
///
/// 店面
///
public string F_Store
{
set { _f_store = value; }
get { return _f_store; }
}
///
/// 出厂日期
///
public string F_Prodate
{
set { _f_prodate = value; }
get { return _f_prodate; }
}
///
/// 接车员
///
public string F_Reciver
{
set { _f_reciver = value; }
get { return _f_reciver; }
}
///
/// 车牌号码
///
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_Models
{
set { _f_models = value; }
get { return _f_models; }
}
///
/// 客户名称
///
public string F_CusName
{
set { _f_cusname = value; }
get { return _f_cusname; }
}
///
/// 手机
///
public string F_CusTelphone
{
set { _f_custelphone = value; }
get { return _f_custelphone; }
}
///
/// 固定电话
///
public string F_CusPhone
{
set { _f_cusphone = value; }
get { return _f_cusphone; }
}
///
/// 维修类别
///
public string F_RepType
{
set { _f_reptype = value; }
get { return _f_reptype; }
}
///
/// 调查日期
///
public string F_SurveyDate
{
set { _f_surveydate = value; }
get { return _f_surveydate; }
}
///
/// 班组得分
///
public string F_TScore
{
set { _f_tscore = value; }
get { return _f_tscore; }
}
///
/// 接车员得分
///
public string F_RScore
{
set { _f_rscore = value; }
get { return _f_rscore; }
}
///
/// 环检
///
public string F_RingS
{
set { _f_rings = value; }
get { return _f_rings; }
}
///
/// 整体
///
public string F_WholeS
{
set { _f_wholes = value; }
get { return _f_wholes; }
}
///
/// 合计
///
public string F_TotalS
{
set { _f_totals = value; }
get { return _f_totals; }
}
///
/// 备注
///
public string F_Remark
{
set { _f_remark = value; }
get { return _f_remark; }
}
///
/// 回访结果
///
public string F_VisResult
{
set { _f_visresult = value; }
get { return _f_visresult; }
}
///
/// 详细内容
///
public string F_VisInfo
{
set { _f_visinfo = value; }
get { return _f_visinfo; }
}
///
/// 是否成功
///
public string F_VisIS
{
set { _f_visis = value; }
get { return _f_visis; }
}
///
/// 维修项目
///
public string F_RepItem
{
set { _f_repitem = value; }
get { return _f_repitem; }
}
///
/// 班组
///
public string F_TheTeam
{
set { _f_theteam = value; }
get { return _f_theteam; }
}
///
/// 机电
///
public string F_Elect
{
set { _f_elect = value; }
get { return _f_elect; }
}
///
/// 钣金
///
public string F_Sheetmetal
{
set { _f_sheetmetal = value; }
get { return _f_sheetmetal; }
}
///
/// 喷漆
///
public string F_Paint
{
set { _f_paint = value; }
get { return _f_paint; }
}
///
/// 维修工
///
public string F_RepUser
{
set { _f_repuser = value; }
get { return _f_repuser; }
}
///
/// 工单号
///
public string F_WoNumber
{
set { _f_wonumber = value; }
get { return _f_wonumber; }
}
///
/// 新客户
///
public string F_NewCus
{
set { _f_newcus = value; }
get { return _f_newcus; }
}
///
/// 导入时间
///
public DateTime? F_InputDate
{
set { _f_inputdate = value; }
get { return _f_inputdate; }
}
///
/// 导入人员ID
///
public int? F_InputUserID
{
set { _f_inputuserid = value; }
get { return _f_inputuserid; }
}
///
/// 导入人员
///
public string F_InputUserName
{
set { _f_inputusername = value; }
get { return _f_inputusername; }
}
///
/// 回访人员ID
///
public int? F_VisUserID
{
set { _f_visuserid = value; }
get { return _f_visuserid; }
}
///
/// 回访人员
///
public string F_VisUserName
{
set { _f_visusername = value; }
get { return _f_visusername; }
}
///
/// 回访时间
///
public DateTime? F_VisDate
{
set { _f_visdate = value; }
get { return _f_visdate; }
}
///
/// 是否回访:0未回访,1已回访
///
public bool F_ISVis
{
set { _f_isvis = value; }
get { return _f_isvis; }
}
///
/// 呼叫人员ID
///
public int? F_CallUserID
{
set { _f_calluserid = value; }
get { return _f_calluserid; }
}
///
/// 呼叫人员
///
public string F_CallUserName
{
set { _f_callusername = value; }
get { return _f_callusername; }
}
///
/// 呼叫时间
///
public DateTime? F_CallDate
{
set { _f_calldate = value; }
get { return _f_calldate; }
}
///
/// 是否呼叫:0未呼叫,1已呼叫
///
public bool F_ISCall
{
set { _f_iscall = value; }
get { return _f_iscall; }
}
///
/// 呼叫结果ID
///
public int? F_CallResID
{
set { _f_callresid = value; }
get { return _f_callresid; }
}
///
/// 呼叫结果
///
public string F_CallRes
{
set { _f_callres = value; }
get { return _f_callres; }
}
///
/// 是否接通:0未接通,1已接通
///
public bool F_ISCallRes
{
set { _f_iscallres = value; }
get { return _f_iscallres; }
}
///
/// 分配人ID
///
public int? F_AllotUserID
{
set { _f_allotuserid = value; }
get { return _f_allotuserid; }
}
///
/// 分配人
///
public string F_AllotUserName
{
set { _f_allotusername = value; }
get { return _f_allotusername; }
}
///
/// 分配坐席ID
///
public int? F_AllotZXID
{
set { _f_allotzxid = value; }
get { return _f_allotzxid; }
}
///
/// 分配坐席
///
public string F_AllotZXName
{
set { _f_allotzxname = value; }
get { return _f_allotzxname; }
}
///
/// 是否分配:0未分配,1已分配
///
public bool F_ISAllot
{
set { _f_isallot = value; }
get { return _f_isallot; }
}
///
/// 分配时间
///
public DateTime? F_AllotDate
{
set { _f_allotdate = value; }
get { return _f_allotdate; }
}
///
///
///
public int? F_FileID
{
set { _f_fileid = value; }
get { return _f_fileid; }
}
#endregion Model
}
}