docs: 移动蓝绿部署指南到 troubleshooting 目录
This commit is contained in:
@@ -118,6 +118,13 @@ class Employee(Base):
|
||||
comment="头像URL",
|
||||
)
|
||||
|
||||
# 头像最后更新时间(从企微API获取后更新)
|
||||
avatar_updated_at: Mapped[datetime] = mapped_column(
|
||||
DateTime,
|
||||
nullable=True,
|
||||
comment="头像最后更新时间",
|
||||
)
|
||||
|
||||
# 激活状态(企微通讯录返回: 1=已激活, 2=已禁用, 4=未激活)
|
||||
status: Mapped[int] = mapped_column(
|
||||
default=1,
|
||||
|
||||
Reference in New Issue
Block a user