| | |
| | | import com.dy.pipIrrGlobal.daoMd.MdCropsMapper; |
| | | import com.dy.pipIrrGlobal.pojoMd.MdCrops; |
| | | import com.dy.pipIrrGlobal.voMd.VoCrops; |
| | | import com.dy.pipIrrGlobal.voMd.VoParam; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.dubbo.common.utils.PojoUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | return rsVo ; |
| | | } |
| | | /** |
| | | * 查询所有实体 |
| | | * @return 包含实体集合的结果对象 |
| | | */ |
| | | @SuppressWarnings("unchecked") |
| | | public List<VoCrops> selectAll(){ |
| | | return this.mdCropsDao.selectAll() ; |
| | | } |
| | | /** |
| | | * 添加实体 |
| | | * @param po 实体 |
| | | * @return 实体ID |