【修改】 增加试题判分明细至学生端

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-12 23:44:55 +08:00
parent 1d730c955c
commit e7ec911905
19 changed files with 292 additions and 78 deletions

View File

@@ -40,4 +40,9 @@ public class StuPaperFileDO extends TenantBaseDO {
* 类型0:zip文件1:选择题文件)
*/
private int type;
/**
* 判分详情,富文本格式
*/
private String content;
}