在账号获取的接口加入了账号最大变化量
This commit is contained in:
@@ -14,6 +14,7 @@ class Account(Base):
|
||||
created_at = Column(DateTime, server_default=func.now(), comment="创建时间")
|
||||
updated_at = Column(DateTime, server_default=func.now(), onupdate=func.now(), comment="更新时间")
|
||||
update_time = Column(String(1000), nullable=False, comment="更新时间跨度")
|
||||
max_variation = Column(Integer, default=1, comment="变化量的绝对值,单位是毫米")
|
||||
|
||||
|
||||
# 模型转字典
|
||||
|
||||
Reference in New Issue
Block a user