nickchange
2023-10-26 b2699c029a213fe896d2de7835791dd778a9fb49
1
2
3
4
5
6
7
8
9
package com.dsh.course.model.dto;
 
import lombok.Data;
 
@Data
public class ToClassDto {
    Long id;
    Integer toStudentId;
}