메뉴 임시 수정
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.kamco.cd.kamcoback.menu;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/api/my/menus")
|
||||
public class MyMenusApiController {}
|
||||
@@ -45,8 +45,7 @@ public class MenuDto {
|
||||
Long updatedUid,
|
||||
List<MenuDto.Basic> children,
|
||||
ZonedDateTime createdDttm,
|
||||
ZonedDateTime updatedDttm,
|
||||
String menuApiUrl) {
|
||||
ZonedDateTime updatedDttm) {
|
||||
this.menuUid = menuUid;
|
||||
this.menuNm = menuNm;
|
||||
this.menuUrl = menuUrl;
|
||||
@@ -59,7 +58,6 @@ public class MenuDto {
|
||||
this.children = children;
|
||||
this.createdDttm = createdDttm;
|
||||
this.updatedDttm = updatedDttm;
|
||||
this.menuApiUrl = menuApiUrl;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,7 +68,6 @@ public class MenuDto {
|
||||
private String menuUid;
|
||||
private String menuNm;
|
||||
private String menuUrl;
|
||||
private String menuApiUri;
|
||||
private String roles; // "ROLE_A,ROLE_B"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user