/// <summary> /// 增加一条数据 /// </summary> public int Add(MesWeb.Model.Specification model) { return(dal.Add(model)); }