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; /**