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