|
@@ -6,6 +6,7 @@ import org.springframework.data.annotation.LastModifiedBy;
|
|
|
import org.springframework.data.annotation.LastModifiedDate;
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
+import javax.persistence.MappedSuperclass;
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
@@ -16,6 +17,7 @@ import java.util.Date;
|
|
|
*/
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
@Data
|
|
|
+@MappedSuperclass
|
|
|
public class BaseUpdateEntity extends BaseEntity {
|
|
|
|
|
|
|