@InjectprivateCustomerServicecustomerService;/***进入客户列表界面*/@Action("get:/customer")publicViewindex(Paramparam){ListcustomerList=customerService.getCustomerList();returnnewView("customer.jsp").addModel("customerList",custom