| | |
| | | return FebsUtil.view("modules/otc/otcShopList"); |
| | | } |
| | | |
| | | /** |
| | | * 获取委托单列表 |
| | | */ |
| | | @GetMapping("otcEntrustList") |
| | | @RequiresPermissions("otcEntrustList:view") |
| | | public String otcEntrustList() { |
| | | return FebsUtil.view("modules/otc/otcEntrustList"); |
| | | } |
| | | |
| | | /** |
| | | * 获取订单列表 |
| | | */ |
| | | @GetMapping("otcOrderList") |
| | | @RequiresPermissions("otcOrderList:view") |
| | | public String otcOrderList() { |
| | | return FebsUtil.view("modules/otc/otcOrderList"); |
| | | } |
| | | |
| | | /** |
| | | * 获取申诉列表 |
| | | */ |
| | | @GetMapping("otcAppealList") |
| | | @RequiresPermissions("otcAppealList:view") |
| | | public String otcAppealList() { |
| | | return FebsUtil.view("modules/otc/otcAppealList"); |
| | | } |
| | | |
| | | } |