增加多字段查询
This commit is contained in:
@@ -36,8 +36,8 @@ class ClassInfo(Base):
|
||||
,comment='结课日期'
|
||||
)
|
||||
is_delete = Column(Integer
|
||||
,default=False
|
||||
,comment='逻辑删除 False未删除 True已删除'
|
||||
,default=0
|
||||
,comment='逻辑删除 0未删除 1已删除'
|
||||
)
|
||||
create_time = Column(DATETIME
|
||||
,default=datetime.now
|
||||
|
||||
Reference in New Issue
Block a user