from tortoise import models from tortoise import fields class User(models.Model): username = fields.CharField(max_length=32, description='和用户名')