package com.tanpu.feo.feojob.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.tanpu.feo.feojob.entity.IfaAssetsEntity; import org.springframework.stereotype.Repository; /** * Mapper * * @author zejia zj wu 2021年05月19日 * @version 1.0 */ @Repository public interface IfaAssetsMapper extends BaseMapper<IfaAssetsEntity> { /************************************************************* * Add code here if method of BaseService did not satify you *************************************************************/ }