summaryrefslogtreecommitdiff
path: root/ATRI/plugins/manage/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/plugins/manage/models.py')
-rw-r--r--ATRI/plugins/manage/models.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ATRI/plugins/manage/models.py b/ATRI/plugins/manage/models.py
index 90f8059..1ad8eaf 100644
--- a/ATRI/plugins/manage/models.py
+++ b/ATRI/plugins/manage/models.py
@@ -1,6 +1,12 @@
from pydantic import BaseModel
+class RequestInfo(BaseModel):
+ user_id: str
+ comment: str
+ time: str
+
+
class NonebotPluginInfo(BaseModel):
module_name: str
project_link: str