zxl
2025-02-19 002372c5cfd2c9b9881fda5e527c2b6c4ee4d599
ycl-pojo/src/main/java/com/ycl/platform/domain/result/HK/MonitoringDetailResult.java
@@ -19,25 +19,21 @@
    /**
     * 组织编号
     */
    @TextIndexed
    private String orgCode;
    /**
     * 采集设备内码
     */
    @TextIndexed
    private String indexCode;
    /**
     * 国标编码(外码)
     */
    @TextIndexed
    private String externalIndexCode;
    /**
     * 采集设备名称
     */
    @TextIndexed
    private String cameraName;
    /**