fuliqi
2025-01-02 73caf5a7072976021f43a764ed2ad73404f4d040
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;
    /**