Commit e54ee9e3 authored by YangZhaoJun1's avatar YangZhaoJun1

aa

parent 929c8fd6
......@@ -95,11 +95,18 @@ public class BChapter extends IdEntity<BChapter> {
@Transient
private String sPid;
/*学生的用户ID,查询实验是否完成时用*/
@Transient
private String userId;
@Transient
private String stuId;
@Transient
private String userId;
private String isComplete;
@Transient
private String studentName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment