增加多字段查询

This commit is contained in:
2026-09-21 19:33:53 +08:00
parent 5344109ff7
commit db3983f174
5 changed files with 76 additions and 29 deletions
+2 -2
View File
@@ -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