mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 修改测试代码 测试通用实体通过 删除树实体不通用属性
This commit is contained in:
@ -35,12 +35,6 @@ public class TreeEntity extends BaseEntity {
|
||||
@ApiModelProperty(value = "父菜单ID")
|
||||
private Long parentId;
|
||||
|
||||
/**
|
||||
* 显示顺序
|
||||
*/
|
||||
@ApiModelProperty(value = "显示顺序")
|
||||
private String orderNum;
|
||||
|
||||
/**
|
||||
* 子部门
|
||||
*/
|
||||
|
Reference in New Issue
Block a user