@@ -105,6 +105,9 @@ class Result(Base):
sample = relationship('Sample', back_populates='result', uselist=False)
# 💥 新增 GA 调用 ID,用于标记属于哪一次遗传算法运行
ga_id = Column(String(50), nullable=True)
def __repr__(self):
return f'<Product id: {self.id}>'
The note is not visible to the blocked user.