| | |
| | | import com.nq.vo.position.PositionProfitVO; |
| | | import com.nq.vo.position.PositionVO; |
| | | import com.nq.vo.position.UserPositionVO; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | |
| | | |
| | | |
| | | UserPositionVO findByPostionSn(String positionSn); |
| | | ServerResponse<PageInfo> findMyPositionByCodeAndSpell(String paramString1, String paramString2, Integer paramInteger, |
| | | |
| | | ServerResponse findMyPositionByCodeAndSpell(String stockCode, String stockSpell, |
| | | Integer state, HttpServletRequest request, |
| | | int pageNum, int pageSize, String stockType); |
| | | |
| | | ServerResponse findMyPositionByParam(String paramString1, String paramString2, Integer paramInteger, |
| | | HttpServletRequest paramHttpServletRequest, |
| | | int paramInt1, int paramInt2,String stockType); |
| | | int paramInt1, int paramInt2,String stockType, Integer positionType); |
| | | |
| | | PositionVO findUserPositionAllProfitAndLose(Integer paramInteger); |
| | | |
| | |
| | | ServerResponse getDzOrderList(int pageNum, int pageSize, Integer status, HttpServletRequest request); |
| | | |
| | | ServerResponse getMyPositionProfitAndLose(HttpServletRequest request); |
| | | |
| | | ServerResponse checkDz(Integer id, Integer checkType, Integer orderNum, HttpServletRequest request); |
| | | } |