package com.meishu.dto.task; import lombok.Data; /** * @author: tuyp * @create: 2020-06-22 18:18 */ @Data public class GetClassesRequestVO { private Integer userId; private String status; private String subject; private String subjectType; }