package jnpf.tmsEntity.exam; import lombok.Data; @Data public class TmsOnlineExamStartForm { /** 列表行ID,当前为试卷ID */ private String myPaperId; }