liurunyu
2025-08-14 1dd888195c562851f869d6c75b424365ed1c781e
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoVi/ViCameraMapper.java
@@ -57,6 +57,12 @@
     */
    List<VoCamera> selectSome4Monitor(Map<?, ?> params) ;
    /**
     * 分页查询一些
     * @return 实体集合
     */
    List<VoCamera> selectAll4Monitor() ;
// Update the record in the ViCamera table based on the primary key, but only update the fields that are not null
    int updateByPrimaryKeySelective(ViCamera record);