Example #1
0
 //작업공정등록화면 공정그리드 뿌리기
 public DataTable fn_WorkRsFlowList(string condition)
 {
     return(qSelect.SelectWorkFlowList(condition));
 }