/// <summary> /// 第三方检核 /// </summary> public bool Update_dsfjh(YJUI.Model.jldl1 model) { return(dal.Update_dsfjh(model)); }
/// <summary> /// 回访实际情况 /// </summary> public bool Update_hfsjqk(YJUI.Model.jldl1 model) { return(dal.Update_hfsjqk(model)); }
/// <summary> /// 更新一条数据 /// </summary> public bool Update_ceshi(YJUI.Model.jldl1 model) { return(dal.Update_ceshi(model)); }
/// <summary> /// 更新一条数据 /// </summary> public bool Update_zrbm(YJUI.Model.jldl1 model) { return(dal.Update_zrbm(model)); }
/// <summary> /// 增加一条数据 /// </summary> public bool Add(YJUI.Model.jldl1 model) { return(dal.Add(model)); }