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