beetlsql3-dev
Mlxa0324 2 years ago
parent e450faa949
commit 3a259a413d

@ -6,12 +6,10 @@ import com.ibeetl.admin.core.util.ValidateConfig;
import lombok.Data;
import org.beetl.sql.annotation.entity.AssignID;
import org.beetl.sql.fetch.annotation.Fetch;
import org.beetl.sql.fetch.annotation.FetchSql;
import javax.validation.constraints.NotNull;
import java.math.BigDecimal;
import java.util.Date;
import java.util.Map;
/*
* --
@ -59,9 +57,6 @@ public class TeacherOpenCourseQuestionLog extends BaseEntity{
private Long studentId ;
@FetchSql("select t.student_name, t.student_sn from student t where t.student_id = #studentId# and t.student_status = 1")
private Map<String, String> studentInfo;
//学生得分
private BigDecimal studentScore ;

Loading…
Cancel
Save