账号新增cl_name字段,底层搜索新增account_id的[]类型in搜索
This commit is contained in:
@@ -16,6 +16,7 @@ class Account(Base):
|
||||
update_time = Column(String(1000), nullable=False, comment="更新时间跨度")
|
||||
max_variation = Column(Integer, default=1, comment="变化量的绝对值,单位是毫米")
|
||||
yh_id = Column(String(1000), comment="宇恒一号用户id")
|
||||
cl_name = Column(String(100), nullable=True, comment="测量人员")
|
||||
|
||||
|
||||
# 模型转字典
|
||||
|
||||
Reference in New Issue
Block a user