feat:增加查询博客相邻记录功能
This commit is contained in:
@@ -83,6 +83,14 @@ class BlogLatestResponse(BaseModel):
|
||||
from_attributes = True
|
||||
|
||||
|
||||
class BlogAdjacentResponse(BaseModel):
|
||||
id: int
|
||||
title: str
|
||||
|
||||
class Config:
|
||||
from_attributes = True
|
||||
|
||||
|
||||
class BlogCommentCreate(BaseModel):
|
||||
parentId: int
|
||||
name: str
|
||||
|
||||
Reference in New Issue
Block a user