/// <summary> /// 添加请假记录 /// </summary> /// <param name="t"></param> /// <returns></returns> public int Add(Leave t) { return(dal.Add(t)); }