add entity and controller for templates admin create
This commit is contained in:
@@ -19,4 +19,7 @@ public class AdminCreateTemplateRequest {
|
||||
|
||||
@JsonProperty("id")
|
||||
private Long id;
|
||||
|
||||
@JsonProperty("name")
|
||||
private String name;
|
||||
}
|
||||
|
||||
@@ -15,4 +15,7 @@ public class AdminCreateTemplateResponse {
|
||||
|
||||
@JsonProperty("change_password")
|
||||
private Boolean changePassword;
|
||||
|
||||
@JsonProperty("name")
|
||||
private String name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user