forked from gongxuegit/tiku-backend.net
feat: enforce tenant isolation and shared question bank
This commit is contained in:
@@ -141,6 +141,8 @@ public enum ContentStatus
|
||||
public sealed class QuestionCollectionItem : AuditableTenantEntity
|
||||
{
|
||||
public Guid CollectionId { get; set; }
|
||||
public Guid QuestionReferenceId { get; set; }
|
||||
public Guid QuestionOwnerTenantId { get; set; }
|
||||
public Guid QuestionId { get; set; }
|
||||
public string? SectionKey { get; set; }
|
||||
public int SortOrder { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user