예제 #1
0
 public IList <string> GetAllProLineNos(int ShipPlanMainId)
 {
     return(EntityDao.GetAllProLineNos(ShipPlanMainId));
 }