Helius
2020-06-08 09c1f50ff7962ca22cf6c4d25093755a50715425
src/main/java/com/xcong/excoin/modules/coin/service/OrderCoinService.java
@@ -10,7 +10,7 @@
   
   public String generateSimpleSerialno(String userId);
   Result enterTransactionPageOfWalletCoin(String symbol, String type);
   Result enterTransactionPageOfWalletCoin(String symbol);
   Result submitSalesWalletCoinOrder(String symbol, Integer type, Integer tradeType, BigDecimal price,
         BigDecimal amount);
@@ -19,7 +19,7 @@
   public Result cancelEntrustWalletCoinOrder(String orderId);
   public Result findAllWalletCoinOrder();
   public Result findAllWalletCoinOrder(String symbol);
   public Result findWalletCoinOrder(Long orderId);
@@ -29,4 +29,6 @@
   public Result findCollectList();
   public Result searchSymbolResultList();
}