@@ -17,8 +17,10 @@ public enum FileType {
PERSONNEL("personnel"),
POSTER("poster"),
AVATAR("avatar"),
+ SETTLE("settle"),
APK("apk");
+
private final String type;
}