nidapeng
2024-03-18 f2d095dd7f3df56b09564ba46dcaa36d912ae4a8
server/dmvisit_service/src/main/java/com/doumee/service/business/ext/HkSyncService.java
@@ -69,9 +69,11 @@
    void syncVisitData();
    void getOutTimeVisitRecord( );
    void syncEmpowerData();
    Integer syncEmpowerData(Integer startPage);
    void syncEmpowerDataNew(int start,int end);
    void syncParkBookData();
    void syncParkBookBySingleModel(ParkBook c);
    void syncEmpowerResultData();
    void syncEmpowerDetailData();
    void syncParkRecords(Date date);
}