| | |
| | | |
| | | import com.doumee.core.haikang.model.param.request.*; |
| | | import com.doumee.core.haikang.model.param.request.event.acs.EventAcsRequest; |
| | | import com.doumee.core.haikang.model.param.request.event.parks.EventParkRequest; |
| | | import com.doumee.core.haikang.model.param.request.event.parks.EventPlatCarstatusRequest; |
| | | import com.doumee.core.haikang.model.param.request.event.parks.EventPlatWorkstatusRequest; |
| | | import com.doumee.core.haikang.model.param.request.event.parks.*; |
| | | import com.doumee.core.haikang.model.param.request.event.visit.EventVisitIccmRequest; |
| | | import com.doumee.core.haikang.model.param.request.event.visit.EventVisitRequest; |
| | | import com.doumee.core.haikang.model.param.respose.AppointmentInfoResponse; |
| | | import com.doumee.core.model.LoginUserInfo; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import com.doumee.dao.business.model.Device; |
| | | import com.doumee.dao.business.model.ParkBook; |
| | | import io.swagger.models.auth.In; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.Date; |
| | |
| | | * @return |
| | | */ |
| | | String syncHkDevices(Device param); |
| | | String syncHkNotices(String username); |
| | | |
| | | /** |
| | | * 同步海康停车库 |
| | |
| | | |
| | | String dealParkEvent(EventParkRequest param, HttpServletResponse response); |
| | | String downHKImgs(int type); |
| | | void startDealPlatformEventImg(); |
| | | void startDealMemberImg(); |
| | | void cancelEventSub(); |
| | | |
| | | void syncOrgData(LoginUserInfo user); |
| | |
| | | void syncMemberDelData(); |
| | | String getServiceUrl(HKGetServiceLoginUrlRequest param); |
| | | |
| | | void dealWorkstatusEvent(EventPlatWorkstatusRequest param, HttpServletResponse response); |
| | | |
| | | void dealCarstatusEvent(EventPlatCarstatusRequest param, HttpServletResponse response); |
| | | |
| | | String syncHkLed(Device param); |
| | | |
| | | String syncHkBroadcast(Device param); |
| | | String dealVisitEventIccm(EventVisitIccmRequest param, HttpServletResponse response); |
| | | |
| | | String dealPlatformStatusEvent(EventPlatformRequest param, HttpServletResponse response); |
| | | |
| | | String dealPlatformCarsEvent(EventPlatformCarsRequest param, HttpServletResponse response); |
| | | |
| | | String syncHkUserOpenid(Integer id); |
| | | String delHkUserOpenid(UserOpenidSaveRequest param); |
| | | } |