예제 #1
0
 /// <summary>
 /// 更新导入NC生成新主键
 /// </summary>
 /// <returns></returns>
 public bool UpdateNCID(List <apiPkDto> list, int flag)
 {
     return(dal.UpdateNCID(list, flag));
 }