class BookSortMapItem
{
-
/**
* @var int
*/
*/
public $parentBookId;
-
public function __construct(int $id, int $sort, ?int $parentChapterId, string $type, int $parentBookId)
{
$this->id = $id;
$this->type = $type;
$this->parentBookId = $parentBookId;
}
-
-
-}
\ No newline at end of file
+}