bugfix: 修复排列五model生成的名称没有大写的问题

This commit is contained in:
chenwj113 2023-05-31 15:02:14 +08:00
parent 0f6b7370e1
commit 2d77f3ff51
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Base = declarative_base()
metadata = Base.metadata metadata = Base.metadata
class Plw(Base): class PLW(Base):
__tablename__ = 'plw' __tablename__ = 'plw'
__table_args__ = {'comment': '排列五统计表'} __table_args__ = {'comment': '排列五统计表'}