【新增】 判分移除

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-24 15:05:38 +08:00
parent 7512c5e848
commit c1171b31ec
3 changed files with 19 additions and 42 deletions

View File

@@ -59,4 +59,13 @@ public class StuPaperScoreDO extends TenantBaseDO {
*/
private int sort;
/**
* 判分详情,富文本格式
*/
private String content;
/**
* 试题编码
*/
private String quNum;
}