Package com.skymobi.qc.admin.framework.util

Examples of com.skymobi.qc.admin.framework.util.Main


   * main
   * @param model
   * @return
   */
  public Main getMain(Model model){
    Main main = new Main();
    main.setMainMenu(new ArrayList<MainMenu>());
    model.addAttribute("main",main);
    model.addAttribute("user","张晓峰");
   
   
    return main;
View Full Code Here

TOP

Related Classes of com.skymobi.qc.admin.framework.util.Main

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.