PBS
Shuxia Ning
2024-11-20 db94da8035c7ff0f08dbd36b04b23a358d8937bd
Service/HStation.Service.Organize.Core/04-dal/01-interface/IEmployeeMain.cs
@@ -8,15 +8,9 @@
    public interface IEmployeeMain : IBaseDAL<Entity.EmployeeMain>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter
    {
        /// <summary>
        /// 插入员工拓展(包含登录用户)
        /// 插入员工拓展
        /// </summary>
        /// <returns></returns>
        long InsertLoginUserEx(Entity.EmployeeMain employeeMain, Entity.UserLoginMap userLoginMap, Entity.LoginUserMain loginUserMain);
        /// <summary>
        /// 插入员工拓展(不包含登录用户)
        /// </summary>
        /// <returns></returns>
        long InsertEx(Entity.EmployeeMain employeeMain, Entity.UserLoginMap userLoginMap);
        long InsertEx(Entity.EmployeeMain employeeMain, Entity.UserLoginAccount userLogin, Entity.UserLoginMap loginmap);
    }
}