Package com.sm.web.person.pojo

Examples of com.sm.web.person.pojo.Person


 
 
  @Test
  public void add()
  {
    Person p=new Person();
    p.setName("��С��");
    p.setAge(25);
    //p.setVersion(10);
    personService.addPerson(p);
    System.out.println("ok");
  }
View Full Code Here

TOP

Related Classes of com.sm.web.person.pojo.Person

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.