/// <summary> /// 修改部门 /// </summary> /// <param name="d"></param> /// <returns></returns> public int Upt(Department d) { return(dal.Upt(d)); }