export const DbTag = '[DBTag]'; // 串口 tag export const SerialPortTag = '[SerialPortTag]'; // usb tag export const UsbTag = '[UsbTag]'; //voice tag export const VoiceTag = '[VoiceTag]'; //video tag export const VideoTag = '[VideoTag]'; //file tag export const FileTag = '[FileTag]'; //tcp tag export const TCPTag = '[TcpClient]'; //udp tag export const UDPTag = '[UdpClient]'; //fileHelp tag export const FileHelpTag = '[FileHelp]'; //request tag export const RequestTag = '[Request]'; //entry tag export const EntryTag = '[Entry]';