zhaoqingang
2025-02-10 3eabd0961bc63f08f10b4c582ed1c471df43a8c7
app/models/session_model.py
@@ -24,6 +24,7 @@
    tenant_id = Column(Integer)  # 创建人
    message = Column(TEXT)  # 说明
    conversation_id = Column(String(64))
    workflow = Column(Integer, default=0)
    # to_dict 方法
    def to_dict(self):