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