You've already forked FrameTour-BE
修改完善CRUD
This commit is contained in:
@@ -11,8 +11,8 @@ public class AddOrUpdateRoleReqVO {
|
||||
private String id;
|
||||
@ApiModelProperty(value = "角色名称")
|
||||
private String name;
|
||||
@ApiModelProperty(value = "0系统角色 1业务角色")
|
||||
private Integer type;
|
||||
// @ApiModelProperty(value = "0系统角色 1业务角色")
|
||||
// private Integer type;
|
||||
@ApiModelProperty(value = "菜单ID列表")
|
||||
private List<Integer> menuIdList;
|
||||
|
||||
|
@@ -10,6 +10,6 @@ import lombok.Data;
|
||||
public class RoleListReqVO extends BaseQueryParameterReq {
|
||||
@ApiModelProperty(value = "名字")
|
||||
private String name;
|
||||
@ApiModelProperty(value = "0系统角色 1业务角色")
|
||||
private Integer type;
|
||||
// @ApiModelProperty(value = "0系统角色 1业务角色")
|
||||
// private Integer type;
|
||||
}
|
||||
|
Reference in New Issue
Block a user