Package org.j2cms.model.comment

Examples of org.j2cms.model.comment.Comment


    } catch (RuntimeException e) {
      e.printStackTrace();
    }
  }
  @Test public void save(){
    Comment comment = new Comment();
    comment.setContent("评论1");
    commentService.save(comment);
  }
View Full Code Here

TOP

Related Classes of org.j2cms.model.comment.Comment

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.