REQ-3540: 添加字段

This commit is contained in:
yanglin 2025-04-01 18:08:08 +08:00
parent 59a645c71a
commit ef4cfaf2ac

View File

@ -89,6 +89,11 @@ public class IndexNodeInfo implements NodeValue, ValueContainer<IndexNodeInfo> {
*/
private String icon;
/**
* 文件的大小(bytes), 只有文件才存这个字段
*/
private Integer size;
/**
* 状态. VALID: 有效的
*/