fuliqi
2024-05-31 4a2eea196bbd16ea4237bdc25e5fd501e24e6049
1
2
3
4
5
6
7
8
9
10
11
12
package com.ycl.jxkg.vo.student.dashboard;
 
import lombok.Data;
 
@Data
public class PaperInfoVO extends PaperInfo {
 
    private String startTime;
 
    private String endTime;
 
}