TASK:collection sort;

This commit is contained in:
shahaibo
2025-05-30 15:02:39 +08:00
parent 73bab2338e
commit f0b1d3f9ce
3 changed files with 7 additions and 7 deletions

View File

@@ -24,6 +24,8 @@ public class DesignCollectionItemVO {
private String objectSign;
private String resultType;
public DesignCollectionItemVO() {
}

View File

@@ -25,8 +25,6 @@ public class DesignCollectionVO {
private List<String> UnfinishedList;
private String resultType;
public DesignCollectionVO() {
}
}