fix model

This commit is contained in:
yunlu.wen 2026-03-09 16:45:09 +08:00
parent 67fdd0be03
commit 014a6a11df
2 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,3 @@ class BasePluginEntity(BaseModel):
id: str
created_at: datetime
updated_at: datetime
plugin_unique_identifier: str

View File

@ -158,6 +158,7 @@ class PluginEntity(PluginInstallation):
name: str
installation_id: str
version: str
plugin_unique_identifier: str
@model_validator(mode="after")
def set_plugin_id(self):