mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2025-01-04 01:52:21 +08:00
Merge branch 'master' of github.com:youlaitech/youlai-mall
This commit is contained in:
commit
2ccdbe40cb
@ -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