소스 검색

住建事件推送至sys_dept_type_31

Memory_LG 9 달 전
부모
커밋
aeb32b6a71
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/com/sooka/sponest/data/housingconstruction/domain/eventEntity/SensorEventVo.java

+ 2 - 0
src/main/java/com/sooka/sponest/data/housingconstruction/domain/eventEntity/SensorEventVo.java

@@ -39,6 +39,8 @@ public class SensorEventVo {
 
     private String picture;// 图片
 
+    private String detpType = "sys_detp_type_31";//推送到住建
+
     public SensorEventVo(String longitude, String latitude, String sensorId, String reportor, Date reportTime, String address) {
         this.eventType = StaticEntity.EVENT_TYPE_CODE;
         this.longitude = longitude;