| 93 | note = fields.CharField(null=True, max_length=255, description="备注") |
| 94 | |
| 95 | class Meta: |
| 96 | table_description = "用户操作记录表" |
| 97 | table = "access_log" |
| 98 | |
| 99 | |
| 100 | class SystemParams(TimestampMixin): |
nothing calls this directly
no outgoing calls
no test coverage detected