GetVodIndexVO.java 247 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.meishu.vo.course; import com.meishu.vo.voddict.GetCourseTreesVodsVO; import lombok.Data; import java.util.List; @Data public class GetVodIndexVO { private List<GetCourseTreesVodsVO > mappingIds; private Long mappingId; }