using System;
namespace CallCenterApi.Model
{
///
/// T_Bus_WorkOrder:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class T_Bus_WorkOrder
{
public T_Bus_WorkOrder()
{ }
#region Model
private int _f_id;
private string _f_workorderid;
private string _f_cusphone;
private string _f_cusname;
private int? _f_type;
private string _f_content;
private string _f_file;
private int? _f_source;
private string _f_productname;
private string _f_productdate;
private string _f_producttype;
private string _f_batchnumber;
private string _f_area;
private int? _f_state;
private string _f_returnnote;
private int? _f_callrecordid;
private int? _f_leaverecordid;
private string _f_callid;
private string _f_remark;
private int? _f_dealtype;
private int? _f_dealstate;
private decimal? _f_dealcost;
private long? _f_dealseconds;
private string _f_dealresult;
private string _f_dealdes;
private string _f_dealfile;
private string _f_dealtimely;
private string _f_dealuser;
private DateTime? _f_dealtime;
private string _f_createuser;
private DateTime? _f_createtime;
private int? _f_isdelete;
private string _f_deleteuser;
private DateTime? _f_deletetime;
private string _f_office;
private int? _f_serialnumber = 0;
private string _f_specifications;
private string _f_manufacturer;
private string _f_problemcode;
private string _f_qualityproblem;
private string _f_notifications;
private string _f_receivingperson;
private string _f_implementationsituation;
private int? _f_duplicate = 0;
private string _f_address;
private int _f_largeareaid;
private int _f_officeid;
private int _f_distribution;
private string _f_reason;
///
///
///
public int F_Id
{
set { _f_id = value; }
get { return _f_id; }
}
///
/// 转派分销组id
///
public int F_Distribution
{
set { _f_distribution = value; }
get { return _f_distribution; }
}
///
/// 重要级别原因
///
public string F_Reason
{
set { _f_reason = value; }
get { return _f_reason; }
}
///
/// 转派大区id
///
public int F_Largeareaid
{
set { _f_largeareaid = value; }
get { return _f_largeareaid; }
}
///
/// 转派办事处id
///
public int F_Officeid
{
set { _f_officeid = value; }
get { return _f_officeid; }
}
///
/// 工单编号
///
public string F_WorkOrderId
{
set { _f_workorderid = value; }
get { return _f_workorderid; }
}
///
/// 大区
///
public string F_Area
{
set { _f_area = value; }
get { return _f_area; }
}
///
/// 办事处
///
public string F_Office
{
set { _f_office = value; }
get { return _f_office; }
}
///
/// 投诉时间
///
public DateTime? F_CreateTime
{
set { _f_createtime = value; }
get { return _f_createtime; }
}
///
/// 序号
///
public int? F_SerialNumber
{
set { _f_serialnumber = value; }
get { return _f_serialnumber; }
}
///
/// 姓名
///
public string F_CusName
{
set { _f_cusname = value; }
get { return _f_cusname; }
}
///
/// 地址
///
public string F_AddRess
{
set { _f_address = value; }
get { return _f_address; }
}
///
/// 联系电话
///
public string F_CusPhone
{
set { _f_cusphone = value; }
get { return _f_cusphone; }
}
///
/// 产品代码
///
public string F_ProductType
{
set { _f_producttype = value; }
get { return _f_producttype; }
}
///
/// 产品名称
///
public string F_ProductName
{
set { _f_productname = value; }
get { return _f_productname; }
}
///
/// 规格
///
public string F_Specifications
{
set { _f_specifications = value; }
get { return _f_specifications; }
}
///
/// 生产日期
///
public string F_ProductDate
{
set { _f_productdate = value; }
get { return _f_productdate; }
}
///
/// 产品编码
///
public string F_BatchNumber
{
set { _f_batchnumber = value; }
get { return _f_batchnumber; }
}
///
/// 生产厂家
///
public string F_Manufacturer
{
set { _f_manufacturer = value; }
get { return _f_manufacturer; }
}
///
/// 问题代码
///
public string F_ProblemCode
{
set { _f_problemcode = value; }
get { return _f_problemcode; }
}
///
/// 质量问题
///
public string F_QualityProblem
{
set { _f_qualityproblem = value; }
get { return _f_qualityproblem; }
}
///
/// 通知人
///
public string F_Notifications
{
set { _f_notifications = value; }
get { return _f_notifications; }
}
///
/// 接听人
///
public string F_ReceivingPerson
{
set { _f_receivingperson = value; }
get { return _f_receivingperson; }
}
///
/// 落实情况
///
public string F_ImplementationSituation
{
set { _f_implementationsituation = value; }
get { return _f_implementationsituation; }
}
///
/// 处理进度
///
public int? F_State
{
set { _f_state = value; }
get { return _f_state; }
}
///
/// 退回说明
///
public string F_Returnnote
{
set { _f_returnnote = value; }
get { return _f_returnnote; }
}
///
/// 工单类别
///
public int? F_Type
{
set { _f_type = value; }
get { return _f_type; }
}
///
/// 重复工单
///
public int? F_Duplicate
{
set { _f_duplicate = value; }
get { return _f_duplicate; }
}
///
/// 事件描述
///
public string F_Content
{
set { _f_content = value; }
get { return _f_content; }
}
///
/// 附件Id
///
public string F_File
{
set { _f_file = value; }
get { return _f_file; }
}
///
/// 来源
///
public int? F_Source
{
set { _f_source = value; }
get { return _f_source; }
}
///
/// 通话记录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; }
}
///
/// callid
///
public string F_CallId
{
set { _f_callid = value; }
get { return _f_callid; }
}
///
/// 备注信息
///
public string F_Remark
{
set { _f_remark = value; }
get { return _f_remark; }
}
///
/// 处理类型
///
public int? F_DealType
{
set { _f_dealtype = value; }
get { return _f_dealtype; }
}
///
/// 处理状态
///
public int? F_DealState
{
set { _f_dealstate = value; }
get { return _f_dealstate; }
}
///
/// 处理费用
///
public decimal? F_DealCost
{
set { _f_dealcost = value; }
get { return _f_dealcost; }
}
///
/// 处理时间(秒)
///
public long? F_DealSeconds
{
set { _f_dealseconds = value; }
get { return _f_dealseconds; }
}
///
/// 处理结果
///
public string F_DealResult
{
set { _f_dealresult = value; }
get { return _f_dealresult; }
}
///
/// 处理进展详述
///
public string F_DealDes
{
set { _f_dealdes = value; }
get { return _f_dealdes; }
}
///
/// 处理附件id
///
public string F_DealFile
{
set { _f_dealfile = value; }
get { return _f_dealfile; }
}
///
/// 重要级别1红色2绿色3普通
///
public string F_DealTimely
{
set { _f_dealtimely = value; }
get { return _f_dealtimely; }
}
///
/// 处理人
///
public string F_DealUser
{
set { _f_dealuser = value; }
get { return _f_dealuser; }
}
///
/// 处理时间
///
public DateTime? F_DealTime
{
set { _f_dealtime = value; }
get { return _f_dealtime; }
}
///
/// 创建人
///
public string F_CreateUser
{
set { _f_createuser = value; }
get { return _f_createuser; }
}
///
/// 是否删除(1是0否)
///
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; }
}
#endregion Model
}
}