Ejemplo n.º 1
0
 //작업공정등록화면 원자재그리드 뿌리기
 public DataTable fn_WorkRsRawList(string condition)
 {
     return(qSelect.SelectWorkRawList(condition));
 }