| | |
| | | import com.dy.pipIrrGlobal.daoIr.IrProjectMapper; |
| | | import com.dy.pipIrrGlobal.pojoIr.IrProject; |
| | | import com.dy.pipIrrGlobal.voIr.VoProject; |
| | | import com.dy.pipIrrGlobal.voIr.VoProjectOne; |
| | | import com.dy.pipIrrGlobal.voPr.VoIntake; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.dubbo.common.utils.PojoUtils; |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | public IrProject selectById(Long id){ |
| | | IrProject irProject = irProjectMapper.selectById(id); |
| | | public VoProjectOne selectById(Long id){ |
| | | VoProjectOne irProject = irProjectMapper.selectById(id); |
| | | return irProject; |
| | | } |
| | | |