| 30 | fields.OneToOneField("base.User", related_name="wechat", on_delete=fields.CASCADE) |
| 31 | |
| 32 | class Meta: |
| 33 | table_description = "用户微信" |
| 34 | table = "user_wechat" |
| 35 | |
| 36 | |
| 37 | class User(TimestampMixin): |
nothing calls this directly
no outgoing calls
no test coverage detected