using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CallCenterApi.Model
{
///
/// 反馈表
///
[Serializable]
public partial class T_Bus_WorkOrder_WXDocking_logs
{
public T_Bus_WorkOrder_WXDocking_logs()
{ }
#region Model
private int _f_id;
private string _f_cusname;
private string _f_cusphone;
private string _f_comtitle;
private string _f_comcontent;
private int? _f_sourcearea;
private string _f_sourceaddress;
private string _f_key;
private int? _f_infotype;
private int? _f_isprotect;
private string _f_file;
private string _f_openid;
private string _f_uuid;
private string _f_port_password;
private int? _f_mapid;
private string _f_direction;
private DateTime? _f_addtime;
private string _f_message;
private string _f_action;
///
///
///
public int F_Id
{
set { _f_id = value; }
get { return _f_id; }
}
///
/// 联系人姓名
///
public string F_CusName
{
set { _f_cusname = value; }
get { return _f_cusname; }
}
///
/// 联系人电话
///
public string F_CusPhone
{
set { _f_cusphone = value; }
get { return _f_cusphone; }
}
///
/// 诉求主题
///
public string F_ComTitle
{
set { _f_comtitle = value; }
get { return _f_comtitle; }
}
///
/// 诉求内容
///
public string F_ComContent
{
set { _f_comcontent = value; }
get { return _f_comcontent; }
}
///
/// 事发区域
///
public int? F_SourceArea
{
set { _f_sourcearea = value; }
get { return _f_sourcearea; }
}
///
/// 详细地址
///
public string F_SourceAddress
{
set { _f_sourceaddress = value; }
get { return _f_sourceaddress; }
}
///
/// 关键词id
///
public string F_Key
{
set { _f_key = value; }
get { return _f_key; }
}
///
/// 诉求类型:9咨询,10求助,11投诉,12建议,13表扬
///
public int? F_InfoType
{
set { _f_infotype = value; }
get { return _f_infotype; }
}
///
/// 是否保密(0:否1:是)
///
public int? F_IsProtect
{
set { _f_isprotect = value; }
get { return _f_isprotect; }
}
///
/// 附件id
///
public string F_File
{
set { _f_file = value; }
get { return _f_file; }
}
///
/// 微信openid
///
public string F_openid
{
set { _f_openid = value; }
get { return _f_openid; }
}
///
///
///
public string F_uuid
{
set { _f_uuid = value; }
get { return _f_uuid; }
}
///
/// port_password
///
public string F_port_password
{
set { _f_port_password = value; }
get { return _f_port_password; }
}
///
/// MapID
///
public int? F_MapID
{
set { _f_mapid = value; }
get { return _f_mapid; }
}
///
/// 方向:receive send
///
public string F_Direction
{
set { _f_direction = value; }
get { return _f_direction; }
}
///
/// 添加时间
///
public DateTime? F_AddTime
{
set { _f_addtime = value; }
get { return _f_addtime; }
}
///
/// 消息内容
///
public string F_Message
{
set { _f_message = value; }
get { return _f_message; }
}
///
/// 方法
///
public string F_Action
{
set { _f_action = value; }
get { return _f_action; }
}
#endregion Model
}
}