ExeLatexExpressDTO.java 179 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.meishu.dto.exercise; import lombok.Data; /** * @author: tuyp * @create: 2020-08-08 23:20 */ @Data public class ExeLatexExpressDTO { private String latex; }