Пример #1
0
 // 根据客户名称查询客户信息
 public List<CstCustomer> findByCustName(String svrCustName) {
   return custDao.findByCustName(svrCustName);
 }