班级api,schema,dao

This commit is contained in:
2026-09-22 09:54:28 +08:00
parent 127b7631c4
commit fc578fdf8c
+1 -1
View File
@@ -51,4 +51,4 @@ class Classes( Base ): # 在python里的名字
, default = 0 # 声明默认值是"0,未删除" , default = 0 # 声明默认值是"0,未删除"
, server_default = text("0") , server_default = text("0")
, nullable = False # 声明是"非空" , nullable = False # 声明是"非空"
) )