From d1952dfe3340c27eae0a9180a4b053201ee8f331 Mon Sep 17 00:00:00 2001 From: 13507605001 Date: Fri, 2 Dec 2022 18:55:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/client_models.py | 1 + 1 file changed, 1 insertion(+) 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__':