using System;
namespace CallCenterApi.Model
{
///
/// 工单表
///
[Serializable]
public partial class T_Bus_WorkOrder
{
public T_Bus_WorkOrder()
{ }
#region Model
private int _f_id;
private string _f_workorderid;
private string _f_cusname;
private string _f_cussex;
private string _f_cusphone;
private string _f_cusaddress;
private string _f_conname;
private string _f_conphone;
private string _f_zipcode;
private string _f_email;
private int? _f_infosource;
private string _f_comtitle;
private string _f_comcontent;
private string _f_file;
private int? _f_infotype;
private int? _f_infoconbigtype;
private int? _f_infoconsmalltype;
private int? _f_sourcearea;
private string _f_sourceaddress;
private int? _f_workstate;
private int? _f_remindday;
private DateTime? _f_limittime;
private string _f_key;
private string _f_splituser;
private int? _f_level;
private int? _f_isprotect;
private int? _f_isresult;
private string _f_result;
private string _f_finalopinion;
private string _f_callid;
private int? _f_callrecordid;
private int? _f_leaverecordid;
private int? _f_isoverdue;
private int? _f_issatisfie;
private int? _f_isrelease;
private int? _f_isreturn;
private int? _f_isreload;
private DateTime? _f_submittime;
private string _f_assignuser;
private DateTime? _f_assigntime;
private int? _f_maindeptid;
private string _f_otherdeptids;
private int? _f_dealdeptid;
private string _f_dealuser;
private DateTime? _f_dealtime;
private int? _f_isclosed;
private string _f_closeuser;
private DateTime? _f_closetime;
private int? _f_isnotice;
private string _f_noticedeptids;
private string _f_createuser;
private DateTime? _f_createtime = DateTime.Now;
private int? _f_isenabled = 1;
private DateTime? _f_enabletime;
private int? _f_isdelete = 0;
private string _f_deleteuser;
private DateTime? _f_deletetime;
private decimal? _f_longitude;
private decimal? _f_latitude;
private string _f_maindeptid3;
private string _f_noticeinfo;
private int? _f_noticeid;
private int? _f_isstandard;
private string _f_standardids;
private int? _f_issms;
private int? _f_prevaricate = 0;
private int? _f_isproResult;
private string _f_isproresultstate;
private string _f_unsuccessful;
private int _f_tobereply = 0;
private int _f_isopen = 0;
private int _f_business = 0;
private int? _f_ordersign = 0;
///
///
///
public int F_Id
{
set { _f_id = value; }
get { return _f_id; }
}
///
/// 登记流水号(2012082200001)
///
public string F_WorkOrderId
{
set { _f_workorderid = value; }
get { return _f_workorderid; }
}
///
/// 投诉人姓名(对网络单位隐藏)
///
public string F_CusName
{
set { _f_cusname = value; }
get { return _f_cusname; }
}
///
/// 投诉人性别(男,女,未知)
///
public string F_CusSex
{
set { _f_cussex = value; }
get { return _f_cussex; }
}
///
/// 投诉人电话(对网络单位隐藏)
///
public string F_CusPhone
{
set { _f_cusphone = value; }
get { return _f_cusphone; }
}
///
/// 投诉人地址
///
public string F_CusAddress
{
set { _f_cusaddress = value; }
get { return _f_cusaddress; }
}
///
/// 联系人姓名
///
public string F_ConName
{
set { _f_conname = value; }
get { return _f_conname; }
}
///
/// 联系人电话
///
public string F_ConPhone
{
set { _f_conphone = value; }
get { return _f_conphone; }
}
///
/// 邮编
///
public string F_ZipCode
{
set { _f_zipcode = value; }
get { return _f_zipcode; }
}
///
/// email
///
public string F_Email
{
set { _f_email = value; }
get { return _f_email; }
}
///
/// 信息来源
///
public int? F_InfoSource
{
set { _f_infosource = value; }
get { return _f_infosource; }
}
///
/// 投诉标题
///
public string F_ComTitle
{
set { _f_comtitle = value; }
get { return _f_comtitle; }
}
///
/// 投诉内容
///
public string F_ComContent
{
set { _f_comcontent = value; }
get { return _f_comcontent; }
}
///
/// 附件id,多个用英文逗号,隔开
///
public string F_File
{
set { _f_file = value; }
get { return _f_file; }
}
///
/// 形式分类(信息类别)
///
public int? F_InfoType
{
set { _f_infotype = value; }
get { return _f_infotype; }
}
///
/// 内容大类
///
public int? F_InfoConBigType
{
set { _f_infoconbigtype = value; }
get { return _f_infoconbigtype; }
}
///
/// 内容小类
///
public int? F_InfoConSmallType
{
set { _f_infoconsmalltype = value; }
get { return _f_infoconsmalltype; }
}
///
/// 反应地域
///
public int? F_SourceArea
{
set { _f_sourcearea = value; }
get { return _f_sourcearea; }
}
///
/// 乡镇街道办事处
///
public int? F_Township
{
set;get;
}
///
/// 村
///
public int? F_Village
{
set; get;
}
///
/// 事发地址
///
public string F_SourceAddress
{
set { _f_sourceaddress = value; }
get { return _f_sourceaddress; }
}
///
/// 工单状态 5 延时审核中
///
public int? F_WorkState
{
set { _f_workstate = value; }
get { return _f_workstate; }
}
///
/// 结案提交重办
///
public int? F_RemindDay
{
set { _f_remindday = value; }
get { return _f_remindday; }
}
///
/// 工单时限
///
public DateTime? F_LimitTime
{
set { _f_limittime = value; }
get { return _f_limittime; }
}
///
/// 关键词
///
public string F_Key
{
set { _f_key = value; }
get { return _f_key; }
}
///
/// 分管领导
///
public string F_SplitUser
{
set { _f_splituser = value; }
get { return _f_splituser; }
}
///
/// 紧急程度 紧急是2 1 是普通
///
public int? F_Level
{
set { _f_level = value; }
get { return _f_level; }
}
///
/// 是否保密(0:否1:是)
///
public int? F_IsProtect
{
set { _f_isprotect = value; }
get { return _f_isprotect; }
}
///
/// 是否直办(及时答复)0:否,1:是
///
public int? F_IsResult
{
set { _f_isresult = value; }
get { return _f_isresult; }
}
///
/// 处理结果(及时答复结果)(管理中心的回复)
///
public string F_Result
{
set { _f_result = value; }
get { return _f_result; }
}
///
/// 结案意见(局委的回复)
///
public string F_FinalOpinion
{
set { _f_finalopinion = value; }
get { return _f_finalopinion; }
}
///
///
///
public string F_CallId
{
set { _f_callid = value; }
get { return _f_callid; }
}
///
/// 通话记录id
///
public int? F_CallRecordId
{
set { _f_callrecordid = value; }
get { return _f_callrecordid; }
}
///
/// 留言记录id
///
public int? F_LeaveRecordId
{
set { _f_leaverecordid = value; }
get { return _f_leaverecordid; }
}
///
/// 是否逾期(0:否,1:是)
///
public int? F_IsOverdue
{
set { _f_isoverdue = value; }
get { return _f_isoverdue; }
}
///
/// 是否满意0否1是
///
public int? F_IsSatisfie
{
set { _f_issatisfie = value; }
get { return _f_issatisfie; }
}
///
/// 2主工单 3子工单
///
public int? F_IsRelease
{
set { _f_isrelease = value; }
get { return _f_isrelease; }
}
///
/// 是否回退
///
public int? F_IsReturn
{
set { _f_isreturn = value; }
get { return _f_isreturn; }
}
///
/// 是否重办
///
public int? F_IsReload
{
set { _f_isreload = value; }
get { return _f_isreload; }
}
///
/// 提交时间
///
public DateTime? F_SubmitTime
{
set { _f_submittime = value; }
get { return _f_submittime; }
}
///
/// 交办人
///
public string F_AssignUser
{
set { _f_assignuser = value; }
get { return _f_assignuser; }
}
///
/// 交办时间
///
public DateTime? F_AssignTime
{
set { _f_assigntime = value; }
get { return _f_assigntime; }
}
///
/// 主办单位id
///
public int? F_MainDeptId
{
set { _f_maindeptid = value; }
get { return _f_maindeptid; }
}
///
/// 协办单位id
///
public string F_OtherDeptIds
{
set { _f_otherdeptids = value; }
get { return _f_otherdeptids; }
}
///
/// 处理单位id
///
public int? F_DealDeptId
{
set { _f_dealdeptid = value; }
get { return _f_dealdeptid; }
}
///
/// 处理人
///
public string F_DealUser
{
set { _f_dealuser = value; }
get { return _f_dealuser; }
}
///
/// 处理时间
///
public DateTime? F_DealTime
{
set { _f_dealtime = value; }
get { return _f_dealtime; }
}
///
/// 是否关闭工单0否1是
///
public int? F_IsClosed
{
set { _f_isclosed = value; }
get { return _f_isclosed; }
}
///
/// 关闭人
///
public string F_CloseUser
{
set { _f_closeuser = value; }
get { return _f_closeuser; }
}
///
/// 关闭时间
///
public DateTime? F_CloseTime
{
set { _f_closetime = value; }
get { return _f_closetime; }
}
///
/// 是否通报
///
public int? F_IsNotice
{
set { _f_isnotice = value; }
get { return _f_isnotice; }
}
///
/// 通报单位id
///
public string F_NoticeDeptIds
{
set { _f_noticedeptids = value; }
get { return _f_noticedeptids; }
}
///
/// 登记人工号
///
public string F_CreateUser
{
set { _f_createuser = value; }
get { return _f_createuser; }
}
///
/// 登记日期
///
public DateTime? F_CreateTime
{
set { _f_createtime = value; }
get { return _f_createtime; }
}
///
/// 是否处理0未处理1已处理
///
public int? F_IsEnabled
{
set { _f_isenabled = value; }
get { return _f_isenabled; }
}
///
/// 办理时间
///
public DateTime? F_EnableTime
{
set { _f_enabletime = value; }
get { return _f_enabletime; }
}
///
/// 是否删除0否1是
///
public int? F_IsDelete
{
set { _f_isdelete = value; }
get { return _f_isdelete; }
}
///
///
///
public string F_DeleteUser
{
set { _f_deleteuser = value; }
get { return _f_deleteuser; }
}
///
///
///
public DateTime? F_DeleteTime
{
set { _f_deletetime = value; }
get { return _f_deletetime; }
}
///
/// 经度
///
public decimal? F_Longitude
{
set { _f_longitude = value; }
get { return _f_longitude; }
}
///
/// 纬度
///
public decimal? F_Latitude
{
set { _f_latitude = value; }
get { return _f_latitude; }
}
///
/// 主办单位-三级
///
public string F_MainDeptID3
{
set { _f_maindeptid3 = value; }
get { return _f_maindeptid3; }
}
///
/// 通报内容
///
public string F_NoticeInfo
{
set { _f_noticeinfo = value; }
get { return _f_noticeinfo; }
}
///
/// 通报内容id
///
public int? F_NoticeID
{
set { _f_noticeid = value; }
get { return _f_noticeid; }
}
///
/// 不规范项,记录多项ID(1,2,3)
///
public string F_StandardIDS
{
set { _f_standardids = value; }
get { return _f_standardids; }
}
///
/// 是否规范,0是,1否
///
public int? F_IsStandard
{
set { _f_isstandard = value; }
get { return _f_isstandard; }
}
///
/// 是否发送短信0否1是
///
public int? F_IsSms
{
set { _f_issms = value; }
get { return _f_issms; }
}
///
/// 推诿次数
///
public int ? F_Prevaricate
{
set { _f_prevaricate = value; }
get { return _f_prevaricate; }
}
///
/// 是否有处理结果
///
public int? F_IsProResult
{
set { _f_isproResult = value; }
get { return _f_isproResult; }
}
///
/// 已办未果状态
///
public string F_IsProResultState
{
set { _f_isproresultstate = value; }
get { return _f_isproresultstate; }
}
///
/// 已办未果备注
///
public string F_Unsuccessful
{
set { _f_unsuccessful = value; }
get { return _f_unsuccessful; }
}
///
/// 回复待审核
///
public int F_ToBereply
{
set { _f_tobereply = value; }
get { return _f_tobereply; }
}
///
/// 是否公开
///
public int F_IsOpen
{
set { _f_isopen = value; }
get { return _f_isopen; }
}
/////
///// 三方通话
/////
//public int F_Business
//{
// set { _f_business = value; }
// get { return _f_business; }
//}
///
/// 行政区
///
public string F_Administrative { set; get; }
///
/// 追加回复
///
public string F_AdditionalReply { set; get; }
public string F_Content { set; get; }
///
/// 主工单编号
///
public string F_MainWorkorder { set; get; }
///
/// 子工单编号
///
public string F_SubWorkorder { set; get; }
///
/// 主工单编号
///
public string F_MainWorkorder1 { set; get; }
///
/// 子工单编号
///
public string F_SubWorkorder1 { set; get; }
// public string F_PhoneType { set; get; }
///
/// 重办标识
///
public int F_Identification { set; get; }
///
/// 回访方式1无需回访
///
public int F_VisitType { set; get; }
public int F_IsMedia { set; get; }
///
/// 领导批示
///
public string F_SuperOpinion { set; get; }
// public int? F_IsSendBack{ set; get; }
///
/// 修改人工号
///
// public string F_EditUser
// { set; get; }
///
/// 0未审核1已审核2回访审核
///
// public int? F_IsExamine { set; get; }//删除
///
/// 交办审核时间
///
// public DateTime? F_AssignExamineTime { set; get; }//删除
// public string F_AssignExamineUser { set; get; }//删除
///
/// 回访审核时间
///
// public DateTime? F_VisitExamineTime { set; get; }//删除
// public string F_VisitAssignUser { set; get; }//删除
///
/// 是否营商
///
// public int ? F_IsBusiness { set; get; }//删除
///
/// 注解
///
public string F_Note { set; get; }
///
/// 是否抽查
///
public int? F_SpotCheck { set; get; }
///
/// 查看人
///
public string F_See { set; get; }
public int? F_Remind { set; get; }
public string F_HandlingFile { set; get; }
///
/// 推给110 是1,110推过来是2
///
public int? F_OrderSign
{
set { _f_ordersign = value; }
get { return _f_ordersign; }
}
public int ? F_IsBusiness { get; set; }
#endregion Model
}
}