| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace CallCenterApi.Model
- {
- /// <summary>
- /// T_Call_OutTaskRecords:实体类(属性说明自动提取数据库字段的描述信息)
- /// </summary>
- [Serializable]
- public partial class T_Call_OutTaskRecords
- {
- public T_Call_OutTaskRecords()
- { }
- #region Model
- private int _f_id;
- private int? _f_telid;
- private int? _f_taskid;
- private int? _f_cusid;
- private string _f_cusname;
- private string _f_phone;
- private string _f_phoneby;
- private int? _f_fpstate;
- private int? _f_yjstate;
- private int? _f_hcstate;
- private int? _f_userid;
- private string _f_username;
- private DateTime? _f_createtime = DateTime.Now;
- private string _f_askinfo;
- private string _f_askres;
- private int? _f_hjjgid;
- private string _f_hjjgname;
- private int? _f_yhfkid;
- private string _f_yhfkname;
- private DateTime? _f_opttime;
- private string _f_optusercode;
- private int? _expandintfield1;
- private int? _expandintfield2;
- private int? _expandintfield3;
- private int? _expandintfield4;
- private int? _expandintfield5;
- private int? _expandintfield6;
- private decimal? _expanddecfield1;
- private decimal? _expanddecfield2;
- private decimal? _expanddecfield3;
- private decimal? _expanddecfield4;
- private decimal? _expanddecfield5;
- private decimal? _expanddecfield6;
- private DateTime? _expanddatfield1;
- private DateTime? _expanddatfield2;
- private DateTime? _expanddatfield3;
- private DateTime? _expanddatfield4;
- private DateTime? _expanddatfield5;
- private DateTime? _expanddatfield6;
- private string _expandvchfield1;
- private string _expandvchfield2;
- private string _expandvchfield3;
- private string _expandvchfield4;
- private string _expandvchfield5;
- private string _expandvchfield6;
- private string _expandvchfield7;
- private string _expandvchfield8;
- private string _expandvchfield9;
- private string _expandvchfield10;
- private string _expandvchfield11;
- private string _expandvchfield12;
- private string _expandvchfield13;
- private string _expandvchfield14;
- private string _expandvchfield15;
- private int? _expandsintfield1;
- private int? _expandsintfield2;
- private int? _expandsintfield3;
- private int? _expandsintfield4;
- private int? _expandsintfield5;
- /// <summary>
- ///
- /// </summary>
- public int F_Id
- {
- set { _f_id = value; }
- get { return _f_id; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_TelID
- {
- set { _f_telid = value; }
- get { return _f_telid; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_TaskId
- {
- set { _f_taskid = value; }
- get { return _f_taskid; }
- }
- /// <summary>
- /// 客户ID
- /// </summary>
- public int? F_CusID
- {
- set { _f_cusid = value; }
- get { return _f_cusid; }
- }
- /// <summary>
- /// 客户姓名
- /// </summary>
- public string F_CusName
- {
- set { _f_cusname = value; }
- get { return _f_cusname; }
- }
- /// <summary>
- /// 电话号码
- /// </summary>
- public string F_Phone
- {
- set { _f_phone = value; }
- get { return _f_phone; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_PhoneBy
- {
- set { _f_phoneby = value; }
- get { return _f_phoneby; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_FPState
- {
- set { _f_fpstate = value; }
- get { return _f_fpstate; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_YJState
- {
- set { _f_yjstate = value; }
- get { return _f_yjstate; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_HCState
- {
- set { _f_hcstate = value; }
- get { return _f_hcstate; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_UserId
- {
- set { _f_userid = value; }
- get { return _f_userid; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_UserName
- {
- set { _f_username = value; }
- get { return _f_username; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_CreateTime
- {
- set { _f_createtime = value; }
- get { return _f_createtime; }
- }
- /// <summary>
- /// 答案ID或内容
- /// </summary>
- public string F_AskInfo
- {
- set { _f_askinfo = value; }
- get { return _f_askinfo; }
- }
- /// <summary>
- /// 试题ID
- /// </summary>
- public string F_AskRes
- {
- set { _f_askres = value; }
- get { return _f_askres; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? F_HJJGId
- {
- set { _f_hjjgid = value; }
- get { return _f_hjjgid; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_HJJGName
- {
- set { _f_hjjgname = value; }
- get { return _f_hjjgname; }
- }
- /// <summary>
- /// 用户反馈ID
- /// </summary>
- public int? F_YHFKId
- {
- set { _f_yhfkid = value; }
- get { return _f_yhfkid; }
- }
- /// <summary>
- /// 用户反馈
- /// </summary>
- public string F_YHFKName
- {
- set { _f_yhfkname = value; }
- get { return _f_yhfkname; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? F_OptTime
- {
- set { _f_opttime = value; }
- get { return _f_opttime; }
- }
- /// <summary>
- ///
- /// </summary>
- public string F_OptUserCode
- {
- set { _f_optusercode = value; }
- get { return _f_optusercode; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandIntField1
- {
- set { _expandintfield1 = value; }
- get { return _expandintfield1; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandIntField2
- {
- set { _expandintfield2 = value; }
- get { return _expandintfield2; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandIntField3
- {
- set { _expandintfield3 = value; }
- get { return _expandintfield3; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandIntField4
- {
- set { _expandintfield4 = value; }
- get { return _expandintfield4; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandIntField5
- {
- set { _expandintfield5 = value; }
- get { return _expandintfield5; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandIntField6
- {
- set { _expandintfield6 = value; }
- get { return _expandintfield6; }
- }
- /// <summary>
- ///
- /// </summary>
- public decimal? ExpandDecField1
- {
- set { _expanddecfield1 = value; }
- get { return _expanddecfield1; }
- }
- /// <summary>
- ///
- /// </summary>
- public decimal? ExpandDecField2
- {
- set { _expanddecfield2 = value; }
- get { return _expanddecfield2; }
- }
- /// <summary>
- ///
- /// </summary>
- public decimal? ExpandDecField3
- {
- set { _expanddecfield3 = value; }
- get { return _expanddecfield3; }
- }
- /// <summary>
- ///
- /// </summary>
- public decimal? ExpandDecField4
- {
- set { _expanddecfield4 = value; }
- get { return _expanddecfield4; }
- }
- /// <summary>
- ///
- /// </summary>
- public decimal? ExpandDecField5
- {
- set { _expanddecfield5 = value; }
- get { return _expanddecfield5; }
- }
- /// <summary>
- ///
- /// </summary>
- public decimal? ExpandDecField6
- {
- set { _expanddecfield6 = value; }
- get { return _expanddecfield6; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? ExpandDatField1
- {
- set { _expanddatfield1 = value; }
- get { return _expanddatfield1; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? ExpandDatField2
- {
- set { _expanddatfield2 = value; }
- get { return _expanddatfield2; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? ExpandDatField3
- {
- set { _expanddatfield3 = value; }
- get { return _expanddatfield3; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? ExpandDatField4
- {
- set { _expanddatfield4 = value; }
- get { return _expanddatfield4; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? ExpandDatField5
- {
- set { _expanddatfield5 = value; }
- get { return _expanddatfield5; }
- }
- /// <summary>
- ///
- /// </summary>
- public DateTime? ExpandDatField6
- {
- set { _expanddatfield6 = value; }
- get { return _expanddatfield6; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField1
- {
- set { _expandvchfield1 = value; }
- get { return _expandvchfield1; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField2
- {
- set { _expandvchfield2 = value; }
- get { return _expandvchfield2; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField3
- {
- set { _expandvchfield3 = value; }
- get { return _expandvchfield3; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField4
- {
- set { _expandvchfield4 = value; }
- get { return _expandvchfield4; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField5
- {
- set { _expandvchfield5 = value; }
- get { return _expandvchfield5; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField6
- {
- set { _expandvchfield6 = value; }
- get { return _expandvchfield6; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField7
- {
- set { _expandvchfield7 = value; }
- get { return _expandvchfield7; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField8
- {
- set { _expandvchfield8 = value; }
- get { return _expandvchfield8; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField9
- {
- set { _expandvchfield9 = value; }
- get { return _expandvchfield9; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField10
- {
- set { _expandvchfield10 = value; }
- get { return _expandvchfield10; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField11
- {
- set { _expandvchfield11 = value; }
- get { return _expandvchfield11; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField12
- {
- set { _expandvchfield12 = value; }
- get { return _expandvchfield12; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField13
- {
- set { _expandvchfield13 = value; }
- get { return _expandvchfield13; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField14
- {
- set { _expandvchfield14 = value; }
- get { return _expandvchfield14; }
- }
- /// <summary>
- ///
- /// </summary>
- public string ExpandVchField15
- {
- set { _expandvchfield15 = value; }
- get { return _expandvchfield15; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandSintField1
- {
- set { _expandsintfield1 = value; }
- get { return _expandsintfield1; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandSintField2
- {
- set { _expandsintfield2 = value; }
- get { return _expandsintfield2; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandSintField3
- {
- set { _expandsintfield3 = value; }
- get { return _expandsintfield3; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandSintField4
- {
- set { _expandsintfield4 = value; }
- get { return _expandsintfield4; }
- }
- /// <summary>
- ///
- /// </summary>
- public int? ExpandSintField5
- {
- set { _expandsintfield5 = value; }
- get { return _expandsintfield5; }
- }
- #endregion Model
- }
- }
|