| | |
| | | import com.doumee.core.haikang.model.param.request.event.parks.EventPlatWorkstatusRequest; |
| | | import com.doumee.core.haikang.model.param.request.event.visit.EventVisitRequest; |
| | | import com.doumee.core.haikang.model.param.respose.AppointmentInfoResponse; |
| | | import com.doumee.dao.business.model.Device; |
| | | import com.doumee.dao.business.model.ParkBook; |
| | | import io.swagger.models.auth.In; |
| | | |
| | |
| | | * @param param |
| | | * @return |
| | | */ |
| | | String syncHkDevices(AcsDeviceListRequest param); |
| | | String syncHkDevices(Device param); |
| | | |
| | | /** |
| | | * 同步海康停车库 |
| | |
| | | void dealWorkstatusEvent(EventPlatWorkstatusRequest param, HttpServletResponse response); |
| | | |
| | | void dealCarstatusEvent(EventPlatCarstatusRequest param, HttpServletResponse response); |
| | | |
| | | String syncHkLed(Device param); |
| | | |
| | | String syncHkBroadcast(Device param); |
| | | } |