Ejemplo n.º 1
0
 /// <summary>
 /// 获取所有商品类型信息
 /// </summary>
 public DataTable GetAllCommodityType()
 {
     return(service.GetAllCommodityType());
 }