using System; namespace CallCenterApi.Model { /// /// T_Repository_List:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class T_Repository_List { public T_Repository_List() { } #region Model private int _f_id; 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 string _f_createuser; private DateTime? _f_createtime; private int? _f_isdelete; private string _f_deleteuser; private DateTime? _f_deletetime; private string _f_updateuser; private DateTime? _f_updatetime; private int? _f_clickcount = 0; private int? _f_validcount = 0; private int? _f_invalidcount = 0; private int? _f_auditid; private int? _f_isurgent; /// /// /// public int F_Id { set { _f_id = value; } get { return _f_id; } } /// /// 单位id /// 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; } } /// /// 公开电话1 /// public string F_PublicPhone1 { set { _f_publicphone1 = value; } get { return _f_publicphone1; } } /// /// 公开电话2 /// public string F_PublicPhone2 { set { _f_publicphone2 = value; } get { return _f_publicphone2; } } /// /// 内部电话1 /// public string F_PrivatePhone1 { set { _f_privatephone1 = value; } get { return _f_privatephone1; } } /// /// 内部电话2 /// 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; } } /// /// 状态:0 待审核,1已审核,2是否无效 /// public int? F_State { set { _f_state = value; } get { return _f_state; } } /// /// /// public string F_CreateUser { set { _f_createuser = value; } get { return _f_createuser; } } /// /// /// public DateTime? F_CreateTime { set { _f_createtime = value; } get { return _f_createtime; } } /// /// /// 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; } } /// /// /// public string F_UpdateUser { set { _f_updateuser = value; } get { return _f_updateuser; } } /// /// /// public DateTime? F_UpdateTime { set { _f_updatetime = value; } get { return _f_updatetime; } } /// /// 点击量 /// public int? F_ClickCount { set { _f_clickcount = value; } get { return _f_clickcount; } } /// /// 有效次数 /// public int? F_ValidCount { set { _f_validcount = value; } get { return _f_validcount; } } /// /// 无效次数 /// public int? F_InValidCount { set { _f_invalidcount = value; } get { return _f_invalidcount; } } /// /// 当前审核ID /// public int? F_AuditID { set { _f_auditid = value; } get { return _f_auditid; } } /// /// 是否紧急事项 /// public int? F_IsUrgent { set { _f_isurgent = value; } get { return _f_isurgent; } } #endregion Model } /// /// 状态:0草稿,1 待审核,2审核通过,3审核不通过,4待整改,5紧急 /// public enum EnumRepositoryState { Draft, Audit, AuditPass, AuditFailed, Invalid, Urgent } }