| | |
| | | |
| | | |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.dao.StockSubscribeMapper; |
| | | import com.nq.pojo.StockSubscribe; |
| | | import com.nq.pojo.UserStockSubscribe; |
| | | import com.nq.service.IStockSubscribeService; |
| | |
| | | //申购信息-添加 修改 |
| | | @RequestMapping({"saveStockSubscribe.do"}) |
| | | @ResponseBody |
| | | public ServerResponse saveStockSubscribe(UserStockSubscribe model, HttpServletRequest request) { |
| | | public ServerResponse saveStockSubscribe(UserStockSubscribe model, HttpServletRequest request) throws Exception { |
| | | return this.iUserStockSubscribeService.save(model, request); |
| | | } |
| | | |
| | |
| | | return this.iUserStockSubscribeService.del(id, request); |
| | | } |
| | | |
| | | //大宗交易 |
| | | |
| | | } |