GetAllStudentsDTO.java 207 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 package com.meishu.dto.token; import com.meishu.model.UserRoleDO; import lombok.Data; @Data public class GetAllStudentsDTO extends UserRoleDO { private String uuid; private String uuidSecret; }