From 0319d24d852f451fe39217febcb46355e58d1199 Mon Sep 17 00:00:00 2001 From: selfrelease Date: Thu, 30 Jul 2026 15:05:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Organization=20schema=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20specialStatuses=20=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/prisma/schema.prisma | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/prisma/schema.prisma b/backend/prisma/schema.prisma index d66e757..da9bf87 100644 --- a/backend/prisma/schema.prisma +++ b/backend/prisma/schema.prisma @@ -175,6 +175,7 @@ model Organization { workProcesses WorkProcess[] enterpriseTemplates EnterpriseTemplate[] attendancePublishes AttendancePublish[] + specialStatuses EmployeeSpecialStatus[] } model User {