|
|
@ -4,6 +4,7 @@ import java.util.ArrayList;
|
|
|
|
import java.util.Collections;
|
|
|
|
import java.util.Collections;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import cokr.xit.foundation.AbstractEntity;
|
|
|
|
import cokr.xit.foundation.Assert;
|
|
|
|
import cokr.xit.foundation.Assert;
|
|
|
|
import cokr.xit.foundation.UserInfo;
|
|
|
|
import cokr.xit.foundation.UserInfo;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
@ -11,7 +12,7 @@ import cokr.xit.foundation.data.DataObject;
|
|
|
|
/**메뉴 정보
|
|
|
|
/**메뉴 정보
|
|
|
|
* @author mjkhan
|
|
|
|
* @author mjkhan
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public class Menu {
|
|
|
|
public class Menu extends AbstractEntity {
|
|
|
|
private Integer
|
|
|
|
private Integer
|
|
|
|
id,
|
|
|
|
id,
|
|
|
|
parentID;
|
|
|
|
parentID;
|
|
|
|