【新增】 学号-试卷ID-文件,新增类型字段0:ZIP文件 ,1:选择题文件
This commit is contained in:
@@ -35,4 +35,9 @@ public class StuPaperFileDO extends TenantBaseDO {
|
||||
* 学生文件URL
|
||||
*/
|
||||
private String url;
|
||||
|
||||
/**
|
||||
* 类型(0:zip文件,1:选择题文件)
|
||||
*/
|
||||
private int type;
|
||||
}
|
Reference in New Issue
Block a user