package com.gkhy.safePlatform.account.model.bo; import java.util.List; public class ScheduleGroupDayPlanBO { // 有序的班组时间班 private List dayPeriods; public List getDayPeriods() { return dayPeriods; } public void setDayPeriods(List dayPeriods) { this.dayPeriods = dayPeriods; } }