Story
This commit is contained in:
9
SVSim.Database/Entities/Story/StorySubChapter.cs
Normal file
9
SVSim.Database/Entities/Story/StorySubChapter.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace SVSim.Database.Entities.Story;
|
||||
|
||||
[Microsoft.EntityFrameworkCore.Owned]
|
||||
public class StorySubChapter
|
||||
{
|
||||
public int SubChapterId { get; set; }
|
||||
public int SubChapterStoryId { get; set; }
|
||||
public bool IsMaintenanceChapter { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user