Beispiel #1
0
 public DataTable fn_Plan_List(string condition)
 {
     //생산계획 정보 가져오기
     return(qSelect.sPlanDetailList(condition));
 }