package com.hx.phip.his.service; import net.sf.json.JSONObject; import java.util.Date; import java.util.List; import java.util.Map; public interface SyncUserLevelRecordService { void handlerUserLevelRecord(JSONObject data); List getUserLevelRecordList(Date startTime, Date endTime, String id); }