Added one package, one class and modified main

This commit is contained in:
2025-10-02 16:06:01 +02:00
parent 892bb13b4f
commit 97c8df0946

View File

@@ -0,0 +1,4 @@
package com.example.demo.Domain;
public class UserEntity {
}