fix model

This commit is contained in:
yunlu.wen 2026-03-10 11:27:13 +08:00
parent bc2fbbbfba
commit 9c26a5bbb3

View File

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