tangzy
2021-11-25 9b1c48e0aadf587a104daa144dbb9f070b3d35b2
src/main/java/org/springblade/modules/directive/mapper/DirectiveMapper.java
@@ -51,4 +51,11 @@
    * @return
    */
   int deleteByDirectiveId(@Param("id") Long id);
   /**
    * 自定义分页--接收到的指令
    * @param page,size
    * @param directive 指令对象
    */
   List<DirectiveVo> selectDirectiveReplyPage(IPage<DirectiveVo> page, @Param("directive")DirectiveVo directive);
}