This commit is contained in:
dirgantarasiahaan
2023-06-05 09:36:43 +07:00
parent abc89d32d0
commit 180575ce4f
24 changed files with 747 additions and 0 deletions

View File

@@ -17,5 +17,6 @@ public class ParentMenusResponse extends BaseResponse {
private Long id;
private String text;
private String icon;
private String path;
private List<MenusResponse> items;
}