智慧保安后台管理项目备份
zhongrj
2022-08-24 ddae03ebb4297e78c69beab11bc8bd7e9c370913
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);
}