文件名从 server/dmvisit_service/src/main/java/com/doumee/service/business/HkSyncService.java 修改 |
| | |
| | | package com.doumee.service.business; |
| | | package com.doumee.service.business.ext; |
| | | |
| | | import com.doumee.core.haikang.model.param.request.AcsDeviceListRequest; |
| | | import com.doumee.core.haikang.model.param.request.DoorsListRequest; |
| | |
| | | import com.doumee.core.haikang.model.param.request.event.visit.EventVisitRequest; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * 鍋滆溅鍦轰簨浠舵帹閫佽褰曡〃Service瀹氫箟 |
| | |
| | | void syncOrgData(); |
| | | |
| | | void syncUserData(); |
| | | void syncVistAppointData(Date date); |
| | | void syncVehicleData(); |
| | | void syncVehicleUpdateData(Date date); |
| | | void syncUserUpdateData(Date start, Date end); |
| | | |
| | | void syncOrgUpdateData(Date start, Date end); |
| | | |
| | | void syncVisitData(); |
| | | void syncEmpowerData(); |