Skip to content

Commit a8d09a6

Browse files
committed
fix: 菜单不提供 parentId update
1 parent 108f789 commit a8d09a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • framework/framework_svc/src/main/java/com/github/cadecode/uniboot/framework/svc/bean/vo

framework/framework_svc/src/main/java/com/github/cadecode/uniboot/framework/svc/bean/vo/SysMenuVo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public static class SysMenuUpdateEnableReqVo {
5252
public static class SysMenuUpdateReqVo {
5353
@NotNull
5454
private Long id;
55-
private Long parentId;
5655
@NotEmpty
5756
private String routeName;
5857
@NotEmpty

0 commit comments

Comments
 (0)