Example #1
0
 /// <summary>
 /// 更新一行数据
 /// </summary>
 /// <param name="model"></param>
 /// <returns></returns>
 bool UpdateMpicVideo(MpicVideo model)
 {
     return(SetMpicVideo.UpdateMpicVideo(model));
 }
Example #2
0
 /// <summary>
 /// 添加一行数据
 /// </summary>
 /// <param name="model"></param>
 /// <returns></returns>
 bool AddMpicVideo(MpicVideo model)
 {
     return(SetMpicVideo.AddMpicVideo(model));
 }