using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CallCenterApi.Model { /// /// T_Repository_List_log:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class T_Repository_List_log { public T_Repository_List_log() { } #region Model private int _f_logid; private int _f_repositoryid; private int? _f_deptid; private string _f_key; private string _f_title; private string _f_maindept; private string _f_publicphone1; private string _f_publicphone2; private string _f_privatephone1; private string _f_privatephone2; private string _f_points; private string _f_baseanswer; private string _f_endanswer; private string _f_dealtype; private string _f_legallimittime; private string _f_promiselimittime; private int? _f_ispay; private decimal? _f_paymoney; private string _f_officeaddress; private string _f_object; private string _f_busline; private string _f_officetime; private string _f_otherdept; private string _f_otherpublicphone; private string _f_otherprivatephone; private string _f_remark; private string _f_baseon; private string _f_process; private string _f_material; private string _f_template; private string _f_payinfo; private string _f_file; private int? _f_state; private int? _f_isurgent; private string _f_createby; private DateTime? _f_createon; private int? _f_action; /// /// /// public int F_LogId { set { _f_logid = value; } get { return _f_logid; } } /// /// /// public int F_RepositoryId { set { _f_repositoryid = value; } get { return _f_repositoryid; } } /// /// /// public int? F_DeptId { set { _f_deptid = value; } get { return _f_deptid; } } /// /// /// public string F_Key { set { _f_key = value; } get { return _f_key; } } /// /// /// public string F_Title { set { _f_title = value; } get { return _f_title; } } /// /// /// public string F_MainDept { set { _f_maindept = value; } get { return _f_maindept; } } /// /// /// public string F_PublicPhone1 { set { _f_publicphone1 = value; } get { return _f_publicphone1; } } /// /// /// public string F_PublicPhone2 { set { _f_publicphone2 = value; } get { return _f_publicphone2; } } /// /// /// public string F_PrivatePhone1 { set { _f_privatephone1 = value; } get { return _f_privatephone1; } } /// /// /// public string F_PrivatePhone2 { set { _f_privatephone2 = value; } get { return _f_privatephone2; } } /// /// /// public string F_Points { set { _f_points = value; } get { return _f_points; } } /// /// /// public string F_BaseAnswer { set { _f_baseanswer = value; } get { return _f_baseanswer; } } /// /// /// public string F_EndAnswer { set { _f_endanswer = value; } get { return _f_endanswer; } } /// /// /// public string F_DealType { set { _f_dealtype = value; } get { return _f_dealtype; } } /// /// /// public string F_LegalLimitTime { set { _f_legallimittime = value; } get { return _f_legallimittime; } } /// /// /// public string F_PromiseLimitTime { set { _f_promiselimittime = value; } get { return _f_promiselimittime; } } /// /// /// public int? F_IsPay { set { _f_ispay = value; } get { return _f_ispay; } } /// /// /// public decimal? F_PayMoney { set { _f_paymoney = value; } get { return _f_paymoney; } } /// /// /// public string F_OfficeAddress { set { _f_officeaddress = value; } get { return _f_officeaddress; } } /// /// /// public string F_Object { set { _f_object = value; } get { return _f_object; } } /// /// /// public string F_BusLine { set { _f_busline = value; } get { return _f_busline; } } /// /// /// public string F_OfficeTime { set { _f_officetime = value; } get { return _f_officetime; } } /// /// /// public string F_OtherDept { set { _f_otherdept = value; } get { return _f_otherdept; } } /// /// /// public string F_OtherPublicPhone { set { _f_otherpublicphone = value; } get { return _f_otherpublicphone; } } /// /// /// public string F_OtherPrivatePhone { set { _f_otherprivatephone = value; } get { return _f_otherprivatephone; } } /// /// /// public string F_Remark { set { _f_remark = value; } get { return _f_remark; } } /// /// /// public string F_BaseOn { set { _f_baseon = value; } get { return _f_baseon; } } /// /// /// public string F_Process { set { _f_process = value; } get { return _f_process; } } /// /// /// public string F_Material { set { _f_material = value; } get { return _f_material; } } /// /// /// public string F_Template { set { _f_template = value; } get { return _f_template; } } /// /// /// public string F_PayInfo { set { _f_payinfo = value; } get { return _f_payinfo; } } /// /// /// public string F_File { set { _f_file = value; } get { return _f_file; } } /// /// /// public int? F_State { set { _f_state = value; } get { return _f_state; } } /// /// /// public int? F_IsUrgent { set { _f_isurgent = value; } get { return _f_isurgent; } } /// /// 添加人 /// public string F_CreateBy { set { _f_createby = value; } get { return _f_createby; } } /// /// 添加时间 /// public DateTime? F_CreateOn { set { _f_createon = value; } get { return _f_createon; } } /// /// 操作(1添加2修改3删除) /// public int? F_Action { set { _f_action = value; } get { return _f_action; } } #endregion Model } }