| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 当前持仓---Test
|
| | | */
|
| | | @GetMapping("contractHoldOrderAloneTest")
|
| | | @RequiresPermissions("contractHoldOrderAloneTest:view")
|
| | | public String contractHoldOrderAloneTest() {
|
| | | return FebsUtil.view("modules/trademanage/contractHoldOrderAloneTest");
|
| | | }
|
| | | |
| | | /**
|
| | | * 账户信息
|
| | | * @return
|
| | | */
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 历史委托明细--- Test
|
| | | * @return
|
| | | */
|
| | | @GetMapping("historyOrderAloneTest")
|
| | | @RequiresPermissions("historyOrderAloneTest:view")
|
| | | public String historyOrderAloneTest() {
|
| | | return FebsUtil.view("modules/trademanage/historyOrderAloneTest");
|
| | | }
|
| | | |
| | | /**
|
| | | * 全部历史委托明细
|
| | | * @return
|
| | | */
|