JudgeThemeDoneVO.java 126 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 package com.zhongzhi.vo.student; import lombok.Data; @Data public class JudgeThemeDoneVO { private String themeName; }