mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 13:03:43 +08:00
Merge pull request #88 from fish8848-chen/role_bug
fix(RoleForm): 新增编辑排序和角色状态无效
This commit is contained in:
commit
a756a80728
@ -21,4 +21,10 @@ public class RoleForm {
|
|||||||
@NotBlank(message = "角色编码不能为空")
|
@NotBlank(message = "角色编码不能为空")
|
||||||
private String code;
|
private String code;
|
||||||
|
|
||||||
|
@ApiModelProperty("排序")
|
||||||
|
private Integer sort;
|
||||||
|
|
||||||
|
@ApiModelProperty("角色状态(1-正常;0-停用)")
|
||||||
|
private Integer status;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user