package cn.timer.api.dao.zcgl; import org.springframework.stereotype.Repository; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import cn.timer.api.bean.zcgl.ZcglAssoZcgh; /** * 资产归还表 * @author dsc 2019-12-6 */ @Repository public interface ZcglAssoZcghMapper extends BaseMapper<ZcglAssoZcgh> { }