“djh”
2024-10-12 aaa55aa7b0be807ddd6814b13307f9cb2cd9c67a
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;
}