From 193fa41f6419b80f33dabad90ed65ed1e310add8 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 11 九月 2025 15:48:05 +0800
Subject: [PATCH] fix: s

---
 FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployee.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployee.cs b/FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployee.cs
index 87fc21a..5b763bb 100644
--- a/FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployee.cs
+++ b/FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployee.cs
@@ -1,4 +1,5 @@
-锘縰sing System;
+锘縰sing Furion.DatabaseAccessor;
+using System;
 using System.Collections.Generic;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
@@ -10,7 +11,7 @@
     /// <summary>
     /// 鐏靛伐
     /// </summary>
-    public class EnterpriseEmployee : CommonEntity
+    public class EnterpriseEmployee : CommonEntity<MasterDbContextLocator>
     {
         public EnterpriseEmployee()
         {

--
Gitblit v1.9.1