TASK: collection sort;

This commit is contained in:
shahaibo
2025-06-17 10:10:00 +08:00
parent 93bb8d2f31
commit 0970127f68
5 changed files with 14 additions and 14 deletions

View File

@@ -9,5 +9,5 @@ public class ProductImageLikeDTO {
private List<Long> toProductImageResultId;
private Long projectId;
private Long sortLikeParentId;
private Long collectionSortParentId;
}