Skip to content

Instantly share code, notes, and snippets.

@simonrenoult
Created July 1, 2019 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonrenoult/4b315419c118f7484ee6934402527160 to your computer and use it in GitHub Desktop.
Save simonrenoult/4b315419c118f7484ee6934402527160 to your computer and use it in GitHub Desktop.
class Article {
private Integer article_id;
private String article_title;
private String article_content;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment