From 30d1c646b63604b59ce9d665054bd748e56e171c Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 14 八月 2024 18:27:20 +0800 Subject: [PATCH] 新增水力模拟界面 --- Service/HStation.Service.Organize.Core/04-dal/01-interface/ILoginUserMain.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Organize.Core/04-dal/01-interface/ILoginUserMain.cs b/Service/HStation.Service.Organize.Core/04-dal/01-interface/ILoginUserMain.cs index a2aebd8..ef9d66b 100644 --- a/Service/HStation.Service.Organize.Core/04-dal/01-interface/ILoginUserMain.cs +++ b/Service/HStation.Service.Organize.Core/04-dal/01-interface/ILoginUserMain.cs @@ -5,7 +5,8 @@ /// <summary> /// /// </summary> - public interface ILoginUserMain : IBaseDAL<Entity.LoginUserMain> + public interface ILoginUserMain : IBaseDAL<Entity.UserLoginAccount> { + // public Model.UserLoginAccount GetLoginUserByEmployeeID(long ID); } } \ No newline at end of file -- Gitblit v1.9.3