update:his账单明细查询页面

This commit is contained in:
Yuan
2025-08-21 10:00:57 +08:00
parent f18ec9ff2e
commit b636852ad7
10 changed files with 128 additions and 106 deletions

View File

@@ -7,6 +7,8 @@ public interface HisDetailService {
List<HashMap<Object, Object>> findHisDetail(HashMap<Object, Object> map) throws Exception;
long findHisDetailCount(HashMap<Object, Object> map) throws Exception;
void insertHisBillOriginal(List<HashMap<Object, Object>> list, String trade_date, String his_wsdl_id) throws Exception;
void insertHisBillOriginalWN(List<HashMap<Object, Object>> list, String trade_date, String his_wsdl_id) throws Exception;