luo
2023-09-23 a634fb040f5414a127df967321d4465f03720950
1
2
3
4
5
6
7
8
9
package com.dsh.course.model.dto;
 
import lombok.Data;
 
@Data
public class ToClassDto {
    Integer id;
    Integer toStudentId;
}