This commit is contained in:
Anton Romanov 2019-04-05 18:01:12 +04:00
parent 0feef9016a
commit 72add3638b

View File

@ -0,0 +1,7 @@
package ru.ulstu.paper.model;
import javax.persistence.Entity;
@Entity
public class WrongEntity {
}