From ca5f300a7cef85d22b5e0f9d59d117c49f9909b3 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 19 十一月 2024 09:42:16 +0800 Subject: [PATCH] 完善资产界面 --- Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs b/Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs index 0c8c789..632db00 100644 --- a/Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs +++ b/Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs @@ -43,7 +43,7 @@ { typeof(Entity.EmployeeMain), typeof(Entity.UserLoginMap), - typeof(Entity.LoginUserMain) + typeof(Entity.UserLoginAccount) }; using (var db = new SqlSugarClient(connectConfig)) -- Gitblit v1.9.3