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