This commit is contained in:
jxxghp
2024-03-16 15:31:04 +08:00
parent d0af1bf075
commit 9acf05f334
7 changed files with 29 additions and 15 deletions

View File

@ -23,12 +23,12 @@ class Message(Base):
link = Column(String)
# 用户ID
userid = Column(String)
# 用户名
username = Column(String)
# 登记时间
reg_time = Column(String)
# 消息方向0-接收息1-发送消息
action = Column(Integer)
# 附件json
note = Column(String)
@staticmethod
@db_query