角色 新增、修改添加状态参数

This commit is contained in:
yangsb
2024-04-24 10:46:23 +08:00
parent 2aedb872d1
commit 2499774419
@@ -31,6 +31,9 @@ public class RoleSaveReqVO {
@Schema(description = "备注", example = "我是一个角色")
private String remark;
@Schema(description = "状态 0开启1关闭" )
private Integer status;
private Long organId;
}