Package com.lin.common.entity

Examples of com.lin.common.entity.Lz002001


  private Lz002001Dao lz002001Dao;
  public String toRegister(){
    return "toRegister";
  }
  public String register(){
    Lz002001 lz002001=new Lz002001();
    lz002001.setUname(uname);
    lz002001.setUpass(MD5Util.toMD5(upass));
    lz002001Dao.save(lz002001);
    return "register";
  }
View Full Code Here

TOP

Related Classes of com.lin.common.entity.Lz002001

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.