zxl
4 天以前 c83101eb62f5d4906b9c01ceea6b21a37f9e84d8
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;
    /**