REQ-3540: 添加字段
This commit is contained in:
parent
59a645c71a
commit
ef4cfaf2ac
@ -89,6 +89,11 @@ public class IndexNodeInfo implements NodeValue, ValueContainer<IndexNodeInfo> {
|
||||
*/
|
||||
private String icon;
|
||||
|
||||
/**
|
||||
* 文件的大小(bytes), 只有文件才存这个字段
|
||||
*/
|
||||
private Integer size;
|
||||
|
||||
/**
|
||||
* 状态. VALID: 有效的
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user