概是类似下面这样子:
public class OrderServiceConfirm { public void pay(){ orderDAO.updateStatus(OrderStatus.PAYED); }}