| | |
| | | * @return |
| | | */ |
| | | boolean saveLandInfo(@Param("land") Land land); |
| | | |
| | | /** |
| | | * 详情信息(自定义查询) |
| | | * @param land |
| | | * @return |
| | | */ |
| | | Land getLandInfo(@Param("land") LandVO land); |
| | | |
| | | /** |
| | | * 更新地块信息 |
| | | * @param farm |
| | | * @param land |
| | | * @return |
| | | */ |
| | | int updateLandById(@Param("land") Land land); |
| | | |
| | | List selectLandList(String userid); |
| | | |
| | | List selectNum(String deptId); |
| | | |
| | | List<Map<String, Object>> selectZAre(String deptId); |
| | | |
| | | List<Map<String, Object>> selectSAre(String deptId); |
| | | |
| | | List<Map<String, Object>> selectWAre(String deptId); |
| | | |
| | | /** |
| | | * 地块列表(不分页) |
| | | * @param land |
| | | * @return |
| | | */ |
| | | List<LandVO> getLandList(LandVO land); |
| | | } |