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

Class Meta

models/base.py:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 is_menu = fields.BooleanField(default=False, description='是否为菜单 True菜单 False不是菜单')
81
82 class Meta:
83 table_description = "权限表"
84 table = "access"
85
86
87class AccessLog(TimestampMixin):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected