Skip to content

Instantly share code, notes, and snippets.

@evrentan
Last active April 3, 2021 19:46
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 evrentan/2ef78b47a09da59f372fff8c6fe62da5 to your computer and use it in GitHub Desktop.
Save evrentan/2ef78b47a09da59f372fff8c6fe62da5 to your computer and use it in GitHub Desktop.
Enterprise DTO
package com.tan.example.dto;
import com.tan.example.dto.shared.AbstractGenericType;
public class Enterprise extends AbstractGenericType {
public String id;
public String name;
public String webPage;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment