namespace GeekDesk.Constant { public enum MenuTypeEnum { NORMAL = 0, RELATION_FOLDER = 1 } }