add entity and controller for templates admin create

This commit is contained in:
2026-05-20 17:12:08 +07:00
parent 0d5d61b9be
commit 4f80b990b6
6 changed files with 24 additions and 6 deletions
@@ -21,4 +21,7 @@ public class AdminCreateTemplate {
@Column(name = "change_password")
Boolean changePassword;
@Column(name = "name")
String name;
}