using Yw.DAL;
namespace HStation.DAL
{
///
///
///
public interface IEmployeeMain : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter
{
///
/// 插入员工拓展
///
///
long InsertEx(Entity.EmployeeMain employeeMain, Entity.UserLoginAccount userLogin, Entity.UserLoginMap loginmap);
}
}