Dodanie UserEntity

This commit is contained in:
Student Politechniki
2025-10-02 16:01:16 +02:00
parent 38a928d9ae
commit ad52992723

View File

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