Commit 95a8fc10 by huluobin

新资产负债表

parent 2f9c29a1
...@@ -34,7 +34,7 @@ public interface BailuntecApi { ...@@ -34,7 +34,7 @@ public interface BailuntecApi {
*/ */
@GetMapping("/Api/ExchangeRate/GetExchangeRateByCurAndDate") @GetMapping("/Api/ExchangeRate/GetExchangeRateByCurAndDate")
GetExchangeRateByCurAndDateResp getExchangeRateByCurAndDate(@RequestParam("fromCur") String fromCur, GetExchangeRateByCurAndDateResp getExchangeRateByCurAndDate(@RequestParam("fromCur") String fromCur,
@RequestParam("fromCur") String toCur, @RequestParam("toCur") String toCur,
@RequestParam("date") String date); @RequestParam("date") String date);
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment