コード例 #1
0
ファイル: ProductCategoryBLL.cs プロジェクト: hofmannzhu/bwjs
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public bool Update(Mofang.Model.ProductCategory model)
 {
     return(dal.Update(model));
 }