账号新增cl_name字段,底层搜索新增account_id的[]类型in搜索

This commit is contained in:
lhx
2025-12-15 17:36:26 +08:00
parent 7d6881cf87
commit 9fb187a0cd
5 changed files with 21 additions and 5 deletions

View File

@@ -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="测量人员")
# 模型转字典