Exemplo n.º 1
0
 //检查数据重复
 private bool CheckRepeat(ItemInfo _item)
 {
     return(bll.CheckItemExists(_item));
 }