TASK: cloud、posetransfer、sort;

This commit is contained in:
shahaibo
2025-06-16 16:53:50 +08:00
parent 76219aa4fe
commit 8b0f9cfd11
8 changed files with 55 additions and 32 deletions

View File

@@ -8,4 +8,6 @@ import java.util.List;
public class ProductImageLikeDTO {
private List<Long> toProductImageResultId;
private Long projectId;
private Long sortLikeParentId;
}