/// <summary>
 /// 获取NC钢坯库数据
 /// </summary>
 /// <returns></returns>
 public DataTable GetNCGPK()
 {
     return(dal.GetNCGPK());
 }