dev add notification entity
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2026-03-31 15:31:59 +07:00
parent ad4850414a
commit 9a3a8bde05
3 changed files with 72 additions and 0 deletions
@@ -0,0 +1,5 @@
package ru.soune.nocopy.entity.notification;
public enum NotificationStatus {
NEW, READIED
}