修改小班评分列表顺序

This commit is contained in:
wuchunlei
2025-05-21 14:16:19 +08:00
parent b1b3a9531c
commit e989ebeacf
3 changed files with 20 additions and 18 deletions

View File

@@ -48,4 +48,6 @@ public class ClassTask {
private boolean isReply;
@TableField(exist = false)
private Object otherInfo;
@TableField(exist = false)
private int flag;
}

View File

@@ -42,4 +42,6 @@ public class ClassTaskAndQuesReply {
@TableField(exist = false)
private Object createUser;
@TableField(exist = false)
private int flag;
}