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
bd9ecd4f84ad076b371cb5e93e9230257371ccac
no-copy
/
src
/
main
/
java
/
ru
/
soune
/
nocopy
/
entity
/
file
/
FileStatus.java
T
9 lines
116 B
Java
Raw
Normal View
History
Unescape
Escape
fix path
2025-12-17 22:37:46 +07:00
package
ru.soune.nocopy.entity.file
;
add fileentity
2025-12-17 01:19:48 +07:00
public
enum
FileStatus
{
ACTIVE
,
DELETED
,
PROCESSING
,
ERROR
}
Reference in New Issue
Copy Permalink