Add title column to chapters
This commit is contained in:
@@ -7,6 +7,7 @@ interface Chapter : Entity<Chapter> {
|
||||
|
||||
val id: Int
|
||||
var number: Int
|
||||
var title: String
|
||||
var content: String
|
||||
var note: Note
|
||||
}
|
||||
Reference in New Issue
Block a user