From 634bb42dc73be04bab4044f020be1e2f4734153b Mon Sep 17 00:00:00 2001 From: test1 Date: Thu, 24 Sep 2026 12:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=AC=E7=9D=BF=E6=99=BA=E7=89=9B=E9=80=BC?= =?UTF-8?q?=EF=BC=9F=20=E9=A9=AC=E7=9D=BF=E6=99=BA=E7=89=9B=E9=80=BC?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- staff_Model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staff_Model.py b/staff_Model.py index 8998728..5ba7be9 100644 --- a/staff_Model.py +++ b/staff_Model.py @@ -1,6 +1,6 @@ # Base=... -class Staff_Model(BASE): +class Staff_Model(Base): __tablename__ = 'wl_staff' id=Column(Integer,primary_key=True,autoincrement=True,comment='序号') staff_id=Column(Integer,comment='工号')