Пример #1
0
 // 删除客户信息
 public void del(CstCustomer customer) {
   custDao.delete(customer);
 }