package org.dromara.eims.mapper; import org.dromara.eims.domain.EimsRepairFb; import org.dromara.eims.domain.vo.EimsRepairFbVo; import org.dromara.common.mybatis.core.mapper.BaseMapperPlus; /** * 维修评价Mapper接口 * * @author zhuguifei * @date 2025-02-28 */ public interface EimsRepairFbMapper extends BaseMapperPlus { }