opt: name, imports

This commit is contained in:
Kingtous
2022-04-29 16:47:45 +08:00
parent 265e3c760e
commit 02f214e39a
6 changed files with 11 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ pub enum FS {
id: i32,
file_num: i32,
file_size: u64,
modified_time: u64,
last_modified: u64,
is_upload: bool,
},
}