示例#1
0
 //출고지시 제품 소요
 public DataTable fn_item_soyo(string condition)
 {
     return(qSelect.SelectItemSoyo(condition));
 }