package com.dsh.utils.login; /** * * @author: lihong . * * @email: 765907456@qq.com . * * @createTime: 2019/10/12 下午5:21 . * * @description: 转换. **/ @FunctionalInterface public interface Convert { /** * 转换类 * @param t * @return */ T convert(T t); }