from converter.base_converter import BaseConverter class A2BConverter(BaseConverter): def convert(self, data): # 后续填协议 return data