jack
2024-03-27 9b857ed9a9c6e07cc656622b0664109e61638041
src/main/java/com/nq/service/IUserPositionService.java
@@ -13,7 +13,9 @@
public interface IUserPositionService {
  ServerResponse buy(Integer paramInteger1, Integer paramInteger2, Integer paramInteger3, Integer paramInteger4,BigDecimal paramInteger5,BigDecimal paramInteger6, HttpServletRequest paramHttpServletRequest) throws Exception;
  
  ServerResponse sell(String paramString, int paramInt) throws Exception;
  ServerResponse sell(String paramString, int paramInt) throws  Exception ;
  ServerResponse allSell(HttpServletRequest request,String stockType)throws  Exception;
  
  ServerResponse lock(Integer paramInteger1, Integer paramInteger2, String paramString);