| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace CallCenterApi.Model
- {
- /// <summary>
- /// 登记记录表
- /// </summary>
- [Serializable]
- public partial class T_Rec_RegRecords
- {
- public T_Rec_RegRecords()
- { }
- #region Model
- private int _f_id;
- private string _f_reccode;
- private int _f_cusid;
- private int? _f_type;
- private int? _f_direction;
- private string _f_complained;
- private string _f_content;
- private string _f_remark;
- private string _f_createby;
- private DateTime? _f_createon;
- private int? _f_isdelete;
- private string _f_deleteon;
- private DateTime? _f_deleteby;
- private string _f_tel;
- private string _f_callid;
- private string _F_userName;
- private string _F_userPhone;
- private string _F_userSex;
- private string _F_userProvince;
- private string _F_userCity;
- private string _F_userArea;
- private string _F_userAddress;
- private string _F_ProblemType;
- private string _F_Unit;
- private string _F_UnitOffice;
- private string _F_CitizensType;
- private string _F_CaseParty;
- private string _F_PutRecord;
- private string _F_ZXZType;
- private int? _F_CasePartyId;
- private string _F_ProblemTypeB;
- /// <summary>
- ///
- /// </summary>
- public int F_ID
- {
- set { _f_id = value; }
- get { return _f_id; }
- }
- public int? F_CasePartyId
- {
- set { _F_CasePartyId = value; }
- get { return _F_CasePartyId; }
- }
- //_F_userAddress
- public string F_userAddress
- {
- set { _F_userAddress = value; }
- get { return _F_userAddress; }
- }
- public string F_ProblemTypeB
- {
- set { _F_ProblemTypeB = value; }
- get { return _F_ProblemTypeB; }
- }
- public string F_ZXZType
- {
- set { _F_ZXZType = value; }
- get { return _F_ZXZType; }
- }
- public string F_userName
- {
- set { _F_userName = value; }
- get { return _F_userName; }
- }
- public string F_userPhone
- {
- set { _F_userPhone = value; }
- get { return _F_userPhone; }
- }
- public string F_userSex
- {
- set { _F_userSex = value; }
- get { return _F_userSex; }
- }
- public string F_userProvince
- {
- set { _F_userProvince = value; }
- get { return _F_userProvince; }
- }
- public string F_userCity
- {
- set { _F_userCity = value; }
- get { return _F_userCity; }
- }
- public string F_userArea
- {
- set { _F_userArea = value; }
- get { return _F_userArea; }
- }
- public string F_ProblemType
- {
- set { _F_ProblemType = value; }
- get { return _F_ProblemType; }
- }
- public string F_Unit
- {
- set { _F_Unit = value; }
- get { return _F_Unit; }
- }
- public string F_UnitOffice
- {
- set { _F_UnitOffice = value; }
- get { return _F_UnitOffice; }
- }
- public string F_CitizensType
- {
- set { _F_CitizensType = value; }
- get { return _F_CitizensType; }
- }
- public string F_CaseParty
- {
- set { _F_CaseParty = value; }
- get { return _F_CaseParty; }
- }
- public string F_PutRecord
- {
- set { _F_PutRecord = value; }
- get { return _F_PutRecord; }
- }
- public string F_CallId
- {
- set { _f_callid = value; }
- get { return _f_callid; }
- }
- public string F_Tel
- {
- set { _f_tel = value; }
- get { return _f_tel; }
- }
- /// <summary>
- /// 登记编号
- /// </summary>
- public string F_RecCode
- {
- set { _f_reccode = value; }
- get { return _f_reccode; }
- }
- /// <summary>
- /// 档案id
- /// </summary>
- public int F_CusID
- {
- set { _f_cusid = value; }
- get { return _f_cusid; }
- }
- /// <summary>
- /// 登记类型
- /// </summary>
- public int? F_Type
- {
- set { _f_type = value; }
- get { return _f_type; }
- }
- /// <summary>
- /// 方向:0来电,1去电
- /// </summary>
- public int? F_Direction
- {
- set { _f_direction = value; }
- get { return _f_direction; }
- }
- /// <summary>
- /// 被投诉单位
- /// </summary>
- public string F_Complained
- {
- set { _f_complained = value; }
- get { return _f_complained; }
- }
- /// <summary>
- /// 登记内容/投诉事项
- /// </summary>
- public string F_Content
- {
- set { _f_content = value; }
- get { return _f_content; }
- }
- /// <summary>
- /// 备注
- /// </summary>
- public string F_Remark
- {
- set { _f_remark = value; }
- get { return _f_remark; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_CreateBy
- {
- set { _f_createby = value; }
- get { return _f_createby; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_CreateOn
- {
- set { _f_createon = value; }
- get { return _f_createon; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_IsDelete
- {
- set { _f_isdelete = value; }
- get { return _f_isdelete; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_DeleteOn
- {
- set { _f_deleteon = value; }
- get { return _f_deleteon; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_DeleteBy
- {
- set { _f_deleteby = value; }
- get { return _f_deleteby; }
- }
-
- #endregion Model
- }
- }
|