用户权限判断,默认继承目录权限

This commit is contained in:
2025-12-04 15:40:48 +08:00
parent 3755778972
commit 140072f159
3 changed files with 70 additions and 22 deletions

View File

@@ -12,6 +12,7 @@ public enum FilePermissionEnum {
byte value;
FilePermissionEnum(byte i) {
value = i;
}
public byte getValue() {