package com.ruoyi.zdsz.mapper; import com.ruoyi.zdsz.domain.ZEngineeringInfo; import com.ruoyi.zdsz.domain.vo.ZEngineeringInfoVo; import com.ruoyi.common.core.mapper.BaseMapperPlus; /** * 工程详情Mapper接口 * * @author ruoyi * @date 2023-12-25 */ public interface ZEngineeringInfoMapper extends BaseMapperPlus { }