音视频日志增加视频协议
回调类配置批量下发修改
This commit is contained in:
15
src/main/resources/sql/20181207/insert_sys_dict_Data.sql
Normal file
15
src/main/resources/sql/20181207/insert_sys_dict_Data.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
INSERT INTO `sys_data_dictionary_name` (`id`, `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`) VALUES ('148', '视频协议', 'AV_PROTOCOL', '', '', '2018-12-07 18:12:12', '2018-12-07 18:12:12', '1');
|
||||
|
||||
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3188', '1', 'HTTP', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3189', '2', 'SMTP', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3190', '3', 'POP3', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3191', '4', 'FTP', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3192', '5', 'IMAP', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3193', '129', 'HTTP_IMAGE', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3194', '130', 'RTSP_RDT', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3195', '131', 'RTSP_RTP', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3196', '132', 'MMS', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3197', '133', 'ED2K', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3198', '134', 'RTMP', '', '0', '1', '1', '148');
|
||||
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3199', '145', 'SIP', '', '0', '1', '1', '148');
|
||||
Reference in New Issue
Block a user