zf
2023-08-30 9ca0dc6e7833715b875cc9b6b91d5c497b2bae8b
src/main/java/com/gk/hotwork/Mapper/SelfCheckInfoMapper.java
@@ -15,7 +15,7 @@
    List<SelfCheckVo> selectByType(@Param("type") String type);
    List<SelfCheckInfo> selectDataGrid(Page<SelfCheckInfo> page, Map<String, Object> condition);
    List<SelfCheckInfo> selectDataGrid(@Param("page") Page<SelfCheckInfo> page,@Param("condition") Map<String, Object> condition);
    List<SelfCheckInfo> selectByIds(@Param("idList") List<Long> idList);
}