|
@@ -10,9 +10,8 @@ import com.sooka.sponest.mobile.emergency.domain.CentereventTEmergencyInspection
|
|
|
import com.sooka.sponest.mobile.emergency.domain.CentereventTEmergencyInspectionrecordBody;
|
|
|
import com.sooka.sponest.mobile.emergency.domain.CentereventTEmergencyPatrolrecord;
|
|
|
import com.sooka.sponest.mobile.event.domain.*;
|
|
|
-import com.sooka.sponest.mobile.remoteapi.domain.CentereventTEmergencyInspectionrecord;
|
|
|
-import com.sooka.sponest.mobile.remoteapi.domain.CentereventTFireSpread;
|
|
|
import com.sooka.sponest.mobile.remoteapi.factory.RemoteEventBaseServiceCenterFactory;
|
|
|
+import com.sooka.sponest.mobile.remoteapi.domain.CentereventTEmergencyInspectionrecord;
|
|
|
import com.sooka.sponest.mobile.zhsq.shijian.domain.AppShijianFenleiVO;
|
|
|
import com.sooka.sponest.mobile.zhsq.shijian.domain.AppShijianVO;
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
@@ -276,5 +275,5 @@ public interface RemoteEventBaseService {
|
|
|
* @return
|
|
|
*/
|
|
|
@PostMapping("/spread")
|
|
|
- public AjaxResult addspread(@RequestBody CentereventTFireSpread centereventTFireSpread);
|
|
|
+ public AjaxResult addspread(@RequestBody String centereventTFireSpread);
|
|
|
}
|