Blame view

GetRecommendVodByTreeIdVO.java 278 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
package com.meishu.dto.task;

import lombok.Data;

import java.util.List;

/**
 * @author: tuyp
 * @create: 2020-07-23 14:13
 */
@Data
public class GetRecommendVodByTreeIdVO {

    private String treeIds;

    private String school;

    private List<Integer> treeIdInteger;

}