NCP-3 add UserContent entity

This commit is contained in:
vladp
2025-11-25 23:09:30 +07:00
parent 82b9a8e166
commit 149bd961e2
5 changed files with 120 additions and 0 deletions
@@ -0,0 +1,5 @@
package ru.soune.no_copy.entity;
public enum ContentStatus {
PROCESSING, COMPLETED, ERROR
}