| | |
| | | public String accountInfoAlone() {
|
| | | return FebsUtil.view("modules/trademanage/accountInfoAlone");
|
| | | }
|
| | | /**
|
| | | * 账户信息---Test
|
| | | * @return
|
| | | */
|
| | | @GetMapping("accountInfoAloneTest")
|
| | | @RequiresPermissions("accountInfoAloneTest:view")
|
| | | public String accountInfoAloneTest() {
|
| | | return FebsUtil.view("modules/trademanage/accountInfoAloneTest");
|
| | | }
|
| | |
|
| | | /**
|
| | | * 返佣明细
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 历史委托明细---Test
|
| | | * @return
|
| | | */
|
| | | @GetMapping("historyOrderAloneTest")
|
| | | @RequiresPermissions("historyOrderAloneTest:view")
|
| | | public String historyOrderAloneTest() {
|
| | | return FebsUtil.view("modules/trademanage/historyOrderAloneTest");
|
| | | }
|
| | | |
| | | /**
|
| | | * 全部历史委托明细
|
| | | * @return
|
| | | */
|
| | |
| | | public String agentReturnInfosAlone() {
|
| | | return FebsUtil.view("modules/trademanage/agentReturnInfosAlone");
|
| | | }
|
| | | /**
|
| | | * 返佣总明细--Test
|
| | | * @return
|
| | | */
|
| | | @GetMapping("agentReturnInfosAloneTest")
|
| | | @RequiresPermissions("agentReturnInfosAloneTest:view")
|
| | | public String agentReturnInfosAloneTest() {
|
| | | return FebsUtil.view("modules/trademanage/agentReturnInfosAloneTest");
|
| | | }
|
| | |
|
| | | }
|