Ejemplo n.º 1
0
 public List<Om_customers_info> selectSimple(
     String customer_name, String customer_code, String ctype, String cstatus) {
   return customerDao.selectSimple(customer_name, customer_code, ctype, cstatus);
 }