1
jack
2024-03-28 162d5757abe946ece02657b5656dc06e27ce0a48
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);