重构试卷相关内容
This commit is contained in:
@@ -52,7 +52,6 @@ namespace Entities.Contracts
|
||||
[Column("deleted")]
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
// Navigation Properties
|
||||
public Submission Submission { get; set; }
|
||||
public User User { get; set; }
|
||||
public AssignmentQuestion AssignmentQuestion { get; set; }
|
||||
|
Reference in New Issue
Block a user