This website requires JavaScript.
Explore
Help
Sign In
backdev
/
no-copy
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
5
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d9faa311a9e953a28a4d110fd72d8912a0dc866e
no-copy
/
src
/
main
/
java
/
ru
/
soune
/
no_copy
/
entity
/
ContentStatus.java
T
6 lines
97 B
Java
Raw
Normal View
History
Unescape
Escape
NCP-3 add UserContent entity
2025-11-25 23:09:30 +07:00
package
ru.soune.no_copy.entity
;
public
enum
ContentStatus
{
PROCESSING
,
COMPLETED
,
ERROR
}
Reference in New Issue
Copy Permalink