main
parent
c6e3f15959
commit
c37bdeca55
|
|
@ -43,7 +43,6 @@ public class AppVipController extends BaseController
|
||||||
/**
|
/**
|
||||||
* 查询会员信息列表
|
* 查询会员信息列表
|
||||||
*/
|
*/
|
||||||
@RequiresPermissions("app:vip:list")
|
|
||||||
@GetMapping("/list")
|
@GetMapping("/list")
|
||||||
@ApiOperation(value = "查询会员信息", notes = "查询会员信息", httpMethod = "GET")
|
@ApiOperation(value = "查询会员信息", notes = "查询会员信息", httpMethod = "GET")
|
||||||
public TableDataInfo list(AppVip appVip)
|
public TableDataInfo list(AppVip appVip)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue