diff --git a/models/client_models.py b/models/client_models.py index 6c26a24..06b6678 100644 --- a/models/client_models.py +++ b/models/client_models.py @@ -113,6 +113,7 @@ class EntityClientCell(Base): cell_code = Column(String(50), comment="抽屉码") client_id = Column(String(50), comment="终端id") cell_speci = Column(String(50), comment="单元格") + is_add = Column(Integer, comment="", default=0) if __name__ == '__main__':