1
zj
2025-05-07 ad35d23bdd072d7179eb4bfcb588975f37a68f53
src/main/java/com/nq/service/IStockService.java
@@ -1,5 +1,6 @@
package com.nq.service;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.github.pagehelper.PageInfo;
import com.nq.common.ServerResponse;
import com.nq.pojo.Stock;
@@ -46,7 +47,7 @@
//  void bj1();
  ServerResponse getDateline(HttpServletResponse paramHttpServletResponse, String paramString);
  ServerResponse getSingleStock(String paramString,HttpServletRequest request);
  ServerResponse getSingleStock(String paramString,HttpServletRequest request) throws JsonProcessingException;
  ServerResponse getMinK(String paramString, Integer paramInteger1, Integer paramInteger2, Integer paramInteger3);
@@ -68,7 +69,7 @@
  ServerResponse<Stock> findStockById(Integer paramInteger);
  ServerResponse<PageInfo> listByAdmin(Integer paramInteger1, Integer paramInteger2, String paramString1, String paramString2, String paramString3, String paramString4, int paramInt1, int paramInt2, HttpServletRequest paramHttpServletRequest);
  ServerResponse<PageInfo> listByAdmin(String stockGid,Integer paramInteger1, Integer paramInteger2, String paramString1, String paramString2, String paramString3, String paramString4, int paramInt1, int paramInt2, HttpServletRequest paramHttpServletRequest);
  ServerResponse updateLock(Integer paramInteger);
@@ -101,7 +102,7 @@
    ServerResponse getStockDayK(String code);
  Object getKData(String pid,String interval,String stockType);
  Object getKData(String pid,String interval,String stockType) throws JsonProcessingException;
    ServerResponse getOptionStock(HttpServletRequest request);