1、权限配置
parent
5a8240d904
commit
d3c29e9275
|
|
@ -93,5 +93,11 @@ public class UserCertificatePageQry extends PageQuery {
|
|||
*/
|
||||
@ApiModelProperty(value = "证书类型集合", name = "inCertificateTypes")
|
||||
private List<String> inType;
|
||||
|
||||
/**
|
||||
* 菜单路径
|
||||
*/
|
||||
@ApiModelProperty(value = "菜单路径", name = "menuPath")
|
||||
private String menuPath;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue