| | |
| | | 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); |
| | | } |
| | | } |