Blame view

GetStudentRulesVO.java 395 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
package com.meishu.vo.rule;

import lombok.Data;

@Data
public class GetStudentRulesVO {

    private Long id;

    private String subjectName;

    private String ruleName;

    private String examination;

    private String outline;

    private String testTime;

    private String createTime;

    private String coverPage;

    private String testType;

    private String publishName;

}