nidapeng
2024-03-28 d16520069e7a89b5ac0d13d0c8ba4e30af023279
server/dmvisit_service/src/main/java/com/doumee/service/business/ext/HkSyncService.java
@@ -71,10 +71,12 @@
    void syncVisitData();
    void getOutTimeVisitRecord( );
    Integer syncEmpowerData(Integer startPage);
    Integer syncEmpowerFailData(Integer startPage);
    void syncEmpowerDataNew(int start,int end);
    void syncParkBookData();
    void syncParkBookBySingleModel(ParkBook c);
    Integer syncEmpowerResultData(Integer endId);
    Integer   syncEmpowerDetailData(Integer endId);
    void syncParkRecords(Date date);
    void getAscDeviceStatus();
}