/// <summary> /// 增加一条数据 /// </summary> public int Add(SchSystem.Model.WebSchChn model) { return(dal.Add(model)); }
/// <summary> /// 更新一条数据 /// </summary> public bool CUpdate(SchSystem.Model.WebSchChn model) { return(dal.CUpdate(model)); }
public bool UpdateStat(SchSystem.Model.WebSchChn model) { return(dal.UpdateStat(model)); }