Skip to content

Commit 1c865a5

Browse files
committed
feat: 更新和添加 componentPath 可为空
1 parent 454a671 commit 1c865a5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

system/src/main/java/top/cadecode/uniboot/system/request/SysMenuRequest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public static class SysMenuUpdateRequest{
4343
private String routeName;
4444
@NotEmpty
4545
private String routePath;
46-
@NotEmpty
4746
private String componentPath;
4847
@NotEmpty
4948
private String menuName;
@@ -61,7 +60,6 @@ public static class SysMenuAddRequest{
6160
private String routeName;
6261
@NotEmpty
6362
private String routePath;
64-
@NotEmpty
6563
private String componentPath;
6664
@NotEmpty
6765
private String menuName;

0 commit comments

Comments
 (0)