DemoApplication1/src/main/java/com/example/domain/UserEntity.java
2025-10-03 11:10:13 +02:00

14 lines
292 B
Java

/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.example.domain;
/**
*
* @author student
*/
public class UserEntity {
}