From 437713ee567f25c04f094057a1908b6dc54eeefd Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期四, 16 十一月 2023 16:57:29 +0800 Subject: [PATCH] 1、农户类型管理 2、农户管理 --- pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoBa/BaBlockMapper.java | 54 +++++++++++++++++++++++++++--------------------------- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoBa/BaBlockMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoBa/BaBlockMapper.java index 40a5e42..0bd9288 100644 --- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoBa/BaBlockMapper.java +++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoBa/BaBlockMapper.java @@ -11,33 +11,6 @@ @Mapper public interface BaBlockMapper extends BaseMapper<BaBlock> { - /** - * delete by primary key - * @param id primaryKey - * @return deleteCount - */ - int deleteByPrimaryKey(Long id); - - /** - * 閫昏緫鍒犻櫎 - * @param id primaryKey - * @return update count - */ - int deleteLogicById(Long id); - - /** - * insert record to table - * @param record the record - * @return insert count - */ - int insert(BaBlock record); - - /** - * insert record to table selective - * @param record the record - * @return insert count - */ - int insertSelective(BaBlock record); /** * select by primary key @@ -62,6 +35,20 @@ List<BaBlock> selectSome(Map<?, ?> params) ; /** + * insert record to table + * @param record the record + * @return insert count + */ + int insert(BaBlock record); + + /** + * insert record to table selective + * @param record the record + * @return insert count + */ + int insertSelective(BaBlock record); + + /** * update record selective * @param record the updated record * @return update count @@ -74,4 +61,17 @@ * @return update count */ int updateByPrimaryKey(BaBlock record); + /** + * 瀹為檯鍒犻櫎 + * @param id primaryKey + * @return deleteCount + */ + int deleteByPrimaryKey(Long id); + + /** + * 閫昏緫鍒犻櫎 + * @param id primaryKey + * @return update count + */ + int deleteLogicById(Long id); } \ No newline at end of file -- Gitblit v1.8.0