Exemplo n.º 1
0
 /// <summary>
 /// 通过编码获取对象
 /// </summary>
 /// <param name="itemCode"></param>
 /// <returns></returns>
 public IEnumerable <DataItemModel> GetAllDataItemListByItemCode(string itemCode)
 {
     return(service.GetAllDataItemListByItemCode(itemCode));
 }