bugfix: 修复排列五model生成的名称没有大写的问题
This commit is contained in:
parent
0f6b7370e1
commit
2d77f3ff51
|
|
@ -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': '排列五统计表'}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue