“djh”
2024-11-27 3c8e94af36e9f83485414f14a0e136e19c7a5137
1
2
3
4
5
6
7
8
9
package com.gkhy.exam.institutionalaccess.model.resp;
 
 
public class ThStudentRespDTO {
    private String name;
    private String idcard;
    private Long duration;
    private Long durationDesc;
}