添加考勤设备 SN 教室绑定 #16

Merged
wangziqi merged 4 commits from codex/attendance-device-sn-bindings into main 2026-07-16 02:49:30 +00:00
Showing only changes of commit 8ba51f48c0 - Show all commits

View File

@@ -14,7 +14,7 @@ export class ExpenseType {
@Column({ length: 20, default: 'room' })
category: string;
@Column({ type: 'integer', default: 0 })
@Column({ name: 'sort_order', type: 'integer', default: 0 })
sortOrder: number;
@Column({ default: true })