From 2d77f3ff51fd8a69a73ac385fe0d87b986384a10 Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Wed, 31 May 2023 15:02:14 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8D=E6=8E=92=E5=88=97?= =?UTF-8?q?=E4=BA=94model=E7=94=9F=E6=88=90=E7=9A=84=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=A4=A7=E5=86=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lottery/model/plw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottery/model/plw.py b/lottery/model/plw.py index bb2c1f5..ba5b468 100644 --- a/lottery/model/plw.py +++ b/lottery/model/plw.py @@ -7,7 +7,7 @@ Base = declarative_base() metadata = Base.metadata -class Plw(Base): +class PLW(Base): __tablename__ = 'plw' __table_args__ = {'comment': '排列五统计表'}