|
|
|
@ -45,6 +45,8 @@ public interface CleanService {
|
|
|
|
|
|
|
|
|
|
List<JSONObject> getXlsx(Date dt, String bank, List<JSONObject> logs) throws IOException;
|
|
|
|
|
|
|
|
|
|
List<JSONObject> getSettleLogs(Date dt, List<String> clearIds);
|
|
|
|
|
|
|
|
|
|
List<ABAFile> getAba(Date dt, String bank, List<JSONObject> logs) throws IOException;
|
|
|
|
|
|
|
|
|
|
void settlementAba(Date date, HttpServletResponse response) throws IOException;
|
|
|
|
|