each 썸네일형 리스트형 [Thymeleaf] 배열 데이터 each 없이 한번에 표현 public enum AttendanceReportReason { NONE("해당없음", "0", new AttendanceStudentType[]{AttendanceStudentType.ATTEND, AttendanceStudentType.ABSENT}), ` ` ` OMISSION("누락", "1", new AttendanceStudentType[]{AttendanceStudentType.ATTEND_CORRECTION, AttendanceStudentType.LEAVE_CORRECTION}), private String text; private String value; private AttendanceStudentType[] reportType; } view에서 AttendanceReportReas.. 이전 1 다음