@@ -0,0 +1,206 @@
#增加业务配置功能与操作字典
INSERT INTO ` sys_data_dictionary_name ` ( ` id ` , ` module_name ` , ` mark ` , ` remark ` , ` revision ` , ` create_time ` , ` modify_time ` , ` status ` ) VALUES ( ' 122 ' , ' 系统业务配置操作方法 ' , ' SYS_SERVICE_OPERATION ' , ' 系统业务配置操作方法 ' , ' ' , ' 2018-10-26 10:33:26 ' , ' 2018-10-26 10:33:26 ' , ' 1 ' ) ;
INSERT INTO ` sys_data_dictionary_name ` ( ` id ` , ` module_name ` , ` mark ` , ` remark ` , ` revision ` , ` create_time ` , ` modify_time ` , ` status ` ) VALUES ( ' 123 ' , ' 系统业务功能 ' , ' SYS_SERVICE_FUNCTION ' , ' 系统业务功能描述, code为function_id, value为国际化code ' , ' ' , ' 2018-10-26 11:54:53 ' , ' 2018-10-26 11:54:53 ' , ' 1 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2763 ' , ' httpList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2764 ' , ' dnsList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2765 ' , ' saveHttpCfg ' , ' saveOrUpdate ' , ' 新增或保存 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2766 ' , ' updateHttpCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2767 ' , ' auditHttpCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2768 ' , ' sslList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2769 ' , ' saveSslCfg ' , ' saveOrUpdate ' , ' 新增或保存 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2770 ' , ' updateSslCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2771 ' , ' auditSslCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2772 ' , ' saveDnsCfg ' , ' saveOrUpdate ' , ' 新增或保存 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2773 ' , ' updateDnsCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2774 ' , ' auditDnsCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2775 ' , ' exportHttp ' , ' export ' , ' 导出 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2776 ' , ' exportdns ' , ' export ' , ' 导出 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2777 ' , ' exportssl ' , ' export ' , ' 导出 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2778 ' , ' list ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2779 ' , ' saveOrUpdate ' , ' saveOrUpdate ' , ' 新增或保存 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2780 ' , ' delete ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2781 ' , ' audit ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2782 ' , ' saveVoip ' , ' saveOrUpdate ' , ' 新增或保存 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2783 ' , ' voipCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2784 ' , ' updateVoipValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2785 ' , ' auditVoip ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2786 ' , ' contIpList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2787 ' , ' saveContIp ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2788 ' , ' updateAvContIpValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2789 ' , ' auditContIp ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2790 ' , ' picIpList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2791 ' , ' savePicIp ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2792 ' , ' updateAvPicIpValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2793 ' , ' auditPicIp ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2794 ' , ' contUrlList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2795 ' , ' saveContUrl ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2796 ' , ' updateAvContUrlValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2797 ' , ' auditContUrl ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2798 ' , ' picUrlList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2799 ' , ' savePicUrl ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2800 ' , ' updateAvPicUrlValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2801 ' , ' auditPicUrl ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2802 ' , ' fileSampleList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2803 ' , ' saveFileSample ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2804 ' , ' updateAvFileSampleValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2805 ' , ' auditAvFileSample ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2806 ' , ' audioSignSampleList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2807 ' , ' saveAudioSignSample ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2808 ' , ' updateAvSignSampleValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2809 ' , ' auditAvAudioSignSample ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2810 ' , ' signSampleList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2811 ' , ' auditAvSignSample ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2812 ' , ' saveBgpCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2813 ' , ' updateBgpCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2814 ' , ' auditBgpCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2815 ' , ' ftpList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2816 ' , ' saveFtpCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2817 ' , ' updateFtpCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2818 ' , ' auditFtpCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2819 ' , ' fileDigestList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2820 ' , ' saveFileDigestCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2821 ' , ' updateFileDigestValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2822 ' , ' auditFileDigestCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2823 ' , ' p2pList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2824 ' , ' saveP2pCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2825 ' , ' updateP2pCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2826 ' , ' auditP2pCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2827 ' , ' updateIpPortCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2828 ' , ' mailList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2829 ' , ' saveMailCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2830 ' , ' updateMailCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2831 ' , ' auditMailCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2832 ' , ' ipList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2833 ' , ' saveIpCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2834 ' , ' updateIpCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2835 ' , ' auditIp ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2836 ' , ' domainList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2837 ' , ' saveOrUpdateDomain ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2838 ' , ' updateDomainValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2839 ' , ' deleteDomain ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2840 ' , ' auditDomain ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2841 ' , ' saveXmppCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2842 ' , ' updateXmppCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2843 ' , ' auditXmppCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2844 ' , ' snatlist ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2845 ' , ' snatsaveOrUpdate ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2846 ' , ' snatdelete ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2847 ' , ' snataudit ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2849 ' , ' saveOrUpdateIp ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2850 ' , ' deleteIp ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2852 ' , ' snatPolicyList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2853 ' , ' saveOrUpdateSnat ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2854 ' , ' snatDelete ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2855 ' , ' auditSnat ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2856 ' , ' dnatPolicyList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2857 ' , ' saveOrUpdateDnat ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2858 ' , ' dnatDelete ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2859 ' , ' auditDnat ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2860 ' , ' reqList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2861 ' , ' reqSaveOrUpdate ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2862 ' , ' reqDelete ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2863 ' , ' reqAudit ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2864 ' , ' reslist ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2865 ' , ' resSaveOrUpdate ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2866 ' , ' resDelete ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2867 ' , ' resAudit ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2868 ' , ' fileStrategyList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2869 ' , ' saveInterceptIpCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2870 ' , ' updateInterceptIpValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2871 ' , ' auditInterceptIpCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2872 ' , ' policyCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2873 ' , ' saveAppPolicyCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2874 ' , ' updateAppPolicyCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2875 ' , ' auditAppPolicyCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2876 ' , ' ipCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2877 ' , ' saveAppIpCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2878 ' , ' updateAppIpCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2879 ' , ' auditAppIpCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2880 ' , ' httpCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2881 ' , ' saveAppHttpCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2882 ' , ' updateAppHttpCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2883 ' , ' auditAppHttpCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2884 ' , ' domainCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2885 ' , ' saveAppDomainCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2886 ' , ' updateAppDomainCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2887 ' , ' auditAppDomainCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2888 ' , ' byteCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2889 ' , ' saveAppByteCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2890 ' , ' updateAppByteCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2891 ' , ' auditAppByteCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2892 ' , ' sslCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2893 ' , ' saveAppSslCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2894 ' , ' updateAppSslCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2895 ' , ' auditAppSslCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2896 ' , ' tcpCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2897 ' , ' saveAppTcpCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2898 ' , ' updateAppTcpCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2899 ' , ' auditAppTcpCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2900 ' , ' headerCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2901 ' , ' saveAppHeaderCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2902 ' , ' updateAppHeaderCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2903 ' , ' auditAppHeaderCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2904 ' , ' TopicDomainCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2905 ' , ' saveAppTopicDomainCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2906 ' , ' updateAppTopicDomainCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2907 ' , ' auditAppTopicDomainCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2908 ' , ' multiFeatureCfgList ' , ' query ' , ' 查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2909 ' , ' saveAppMultiFeatureCfg ' , ' saveOrUpdate ' , ' 新增或查询 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2910 ' , ' updateAppFeatureCfgValid ' , ' delete ' , ' 删除 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2911 ' , ' auditAppFeatureCfg ' , ' examine ' , ' 审核 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 122 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2912 ' , ' 3 ' , ' ip_whitelist ' , ' ip白名单 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2913 ' , ' 5 ' , ' ip_control ' , ' ip管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2914 ' , ' 6 ' , ' http_url_title ' , ' url管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2915 ' , ' 7 ' , ' dns_control ' , ' dns管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2916 ' , ' 8 ' , ' http_control ' , ' http综合管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2917 ' , ' 22 ' , ' streaming_media ' , ' 流媒体协议管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2918 ' , ' 24 ' , ' av_voip_control ' , ' voip协议管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2919 ' , ' 28 ' , ' av_sample_audio_control ' , ' 音频样例管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2920 ' , ' 29 ' , ' av_sample_video_control ' , ' 视频样例管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2921 ' , ' 30 ' , ' av_sample_picture_control ' , ' 图片样例管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2922 ' , ' 31 ' , ' av_sample_voip_control ' , ' voip样例管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2923 ' , ' 33 ' , ' av_sample_video_porn_control ' , ' 视频色情场景管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2924 ' , ' 34 ' , ' ssl_control ' , ' ssl协议管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2925 ' , ' 35 ' , ' mail_multiple_control ' , ' 邮件综合管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2926 ' , ' 37 ' , ' mail_address ' , ' 邮件地址管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2927 ' , ' 51 ' , ' ftp_control ' , ' ftp管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2928 ' , ' 52 ' , ' file_digest_control ' , ' 文件摘要管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2929 ' , ' 61 ' , ' bgp_control ' , ' bgp协议管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2930 ' , ' 62 ' , ' xmpp_control ' , ' xmpp协议管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2931 ' , ' 63 ' , ' social_app_control ' , ' app策略管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2932 ' , ' 200 ' , ' ip_intercept ' , ' 代理ip拦截 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2933 ' , ' 201 ' , ' domain_intercept ' , ' 代理域名拦截 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2934 ' , ' 207 ' , ' http_block ' , ' 代理封堵 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2935 ' , ' 208 ' , ' http_reddirect ' , ' 代理重定向 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2936 ' , ' 209 ' , ' http_replace ' , ' 代理替换 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2937 ' , ' 210 ' , ' http_monit ' , ' 代理监测 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2938 ' , ' 211 ' , ' http_whitelist ' , ' 代理白名单 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2939 ' , ' 212 ' , ' ip_payload ' , ' 代理ip拦截替换 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2940 ' , ' 300 ' , ' snat_policy ' , ' 源地址转换策略 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2941 ' , ' 301 ' , ' target_ip_protect ' , ' ddos管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2942 ' , ' 304 ' , ' dnat_policy ' , ' 目的地址转换策略 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2943 ' , ' 400 ' , ' dns_res_strategy ' , ' 响应策略配置 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2944 ' , ' 401 ' , ' ip_spoofing_configuration ' , ' 欺骗ip配置 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2945 ' , ' 402 ' , ' app_http_config ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2946 ' , ' 403 ' , ' app_domain_config ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2947 ' , ' 405 ' , ' app_ip_config ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2948 ' , ' 406 ' , ' dnat_multiplex ' , ' dnat复用地址池 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2949 ' , ' 407 ' , ' basic_protocol ' , ' 基础协议管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2950 ' , ' 408 ' , ' encrypted_tunnel_behavior ' , ' 隧道行为管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2951 ' , ' 510 ' , ' p2p_control ' , ' P2P协议管控 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2952 ' , ' 520 ' , ' APP_SSL ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2953 ' , ' 560 ' , ' app_topic_domain_cfg ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2954 ' , ' 561 ' , ' APP_PAYLOAD ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2955 ' , ' 562 ' , ' APP_DNS ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2956 ' , ' 570 ' , ' intercept_file_strategy ' , ' 拦截证书策略 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2957 ' , ' 633 ' , ' snat_multiplex ' , ' SNAT地址池管理 ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 123 ' ) ;
#增加音视频配置规则量限制字典
INSERT INTO ` sys_data_dictionary_name ` ( ` id ` , ` module_name ` , ` mark ` , ` remark ` , ` revision ` , ` create_time ` , ` modify_time ` , ` status ` ) VALUES ( ' 125 ' , ' 业务规则限制 ' , ' SERVICE_RULE_LIMIT ' , ' 业务规则限制,code为serviceId, value为最大有效配置规则量( 按compileId计算) ' , ' ' , ' 2018-10-26 17:28:12 ' , ' 2018-10-26 17:28:12 ' , ' 1 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2960 ' , ' 261 ' , ' 10000 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 125 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2961 ' , ' 389 ' , ' 1000 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 125 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2962 ' , ' 262 ' , ' 10000 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 125 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2963 ' , ' 390 ' , ' 1000 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 125 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2964 ' , ' 263 ' , ' 1000 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 125 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2965 ' , ' 391 ' , ' 1000 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 125 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2966 ' , ' 264 ' , ' 1000 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 125 ' ) ;
INSERT INTO ` sys_data_dictionary_item ` ( ` id ` , ` item_code ` , ` item_value ` , ` item_desc ` , ` item_sort ` , ` status ` , ` type ` , ` dictionary_id ` ) VALUES ( ' 2967 ' , ' 392 ' , ' 1000 ' , ' ' , ' 0 ' , ' 1 ' , ' 1 ' , ' 125 ' ) ;