package com.example.xiaoshiweixinback.business.utils.handler; public interface IProcessData { Object processData(Object data, Object code); }