8000 fix: 菜单不提供 parentId update · cadecode/uni-boot-cloud@a8d09a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8d09a6

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

File tree

1 file changed

+0
-1
lines changed
  • framework/framework_svc/src/main/java/com/github/cadecode/uniboot/framework/svc/bean/vo

1 file changed

+0
-1
lines changed

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)
0