feat(recipe/entity): added userId to Recipe entity

parent 903bc074
......@@ -19,4 +19,6 @@ public class Recipe {
private Set<Ingredient> ingredients;
private Set<Step> steps;
private String userId;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment