We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454a671 commit 1c865a5Copy full SHA for 1c865a5
1 file changed
system/src/main/java/top/cadecode/uniboot/system/request/SysMenuRequest.java
@@ -43,7 +43,6 @@ public static class SysMenuUpdateRequest{
43
private String routeName;
44
@NotEmpty
45
private String routePath;
46
- @NotEmpty
47
private String componentPath;
48
49
private String menuName;
@@ -61,7 +60,6 @@ public static class SysMenuAddRequest{
61
60
62
63
64
65
66
67
0 commit comments