Skip to content

Commit 046c51e

Browse files
authored
Update opera_log.py
1 parent 94b435c commit 046c51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/admin/schema/opera_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class OperaLogSchemaBase(SchemaBase):
1515
trace_id: str = Field(description='追踪 ID')
1616
username: str | None = Field(None, description='用户名')
1717
method: str = Field(description='请求方法')
18-
title: str | None = Field(None, description='操作标题')
18+
title: str = Field(description='操作标题')
1919
path: str = Field(description='请求路径')
2020
ip: str = Field(description='IP 地址')
2121
country: str | None = Field(None, description='国家')

0 commit comments

Comments
 (0)