xiaoyong931011
2020-07-14 4d7a77e1e8e0decd99b526265ca918e2d848c246
src/main/java/com/xcong/excoin/modules/trademanage/controller/ViewController.java
@@ -45,6 +45,16 @@
    }
    
    /**
     * 返佣总明细
     * @return
     */
    @GetMapping("agentReturnInfos")
    @RequiresPermissions("agentReturnInfos:view")
    public String agentReturnInfos() {
        return FebsUtil.view("modules/trademanage/agentReturnInfos");
    }
    /**
     * 历史委托明细
     * @return
     */