MCPcopy Create free account
hub / github.com/binkuolo/fastapi / SystemParams

Class SystemParams

models/base.py:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100class SystemParams(TimestampMixin):
101 params_name = fields.CharField(unique=True, max_length=255, description="参数名")
102 params = fields.JSONField(description="参数")
103
104 class Meta:
105 table_description = "系统参数表"
106 table = "system_params"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected