package com.iotechn.unimall.data.mapper; import com.iotechn.unimall.data.domain.AdminDO; import com.dobbinsoft.fw.support.mapper.IMapper; /** * Created by rize on 2019/7/8. */ public interface AdminMapper extends IMapper { }