Skip to content

Instantly share code, notes, and snippets.

@MuizMahdi
Last active November 23, 2020 22:44
Show Gist options
  • Save MuizMahdi/638526c569a4a9fdf50825de33c0ec67 to your computer and use it in GitHub Desktop.
Save MuizMahdi/638526c569a4a9fdf50825de33c0ec67 to your computer and use it in GitHub Desktop.
@Data
public class CreateOrderCommand {
String item, shopperName;
int quantity;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment