优化代码
This commit is contained in:
parent
52cd102e82
commit
8f47d8b32a
|
|
@ -10,11 +10,10 @@ import java.util.List;
|
||||||
@FieldNameConstants
|
@FieldNameConstants
|
||||||
public class ImportPrjTreeVO {
|
public class ImportPrjTreeVO {
|
||||||
|
|
||||||
|
private List<ImportPrjTreeVO> children = new ArrayList<>();
|
||||||
private String id;
|
private String id;
|
||||||
private String fileName;
|
private String fileName;
|
||||||
private String parentId;
|
private String parentId;
|
||||||
private int sort;
|
private int sort;
|
||||||
|
|
||||||
List<ImportPrjTreeVO> children = new ArrayList<>();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue