后台接口修改

This commit is contained in:
2024-12-03 15:35:49 +08:00
parent 8c0c2dce34
commit 2239c6556c
8 changed files with 25 additions and 22 deletions

View File

@@ -10,6 +10,4 @@ import lombok.Data;
public class RoleListReqVO extends BaseQueryParameterReq {
@ApiModelProperty(value = "名字")
private String name;
// @ApiModelProperty(value = "0系统角色 1业务角色")
// private Integer type;
}