TASK:design single中添加单件衣服画布保存

This commit is contained in:
2025-07-29 13:12:20 +08:00
parent 39903f3da6
commit 020cfe9016
11 changed files with 112 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
void updateDate(Long id,String timeZone);
Boolean exportSave(MultipartFile file, Long projectId, String module);
Boolean exportSave(MultipartFile file, Long projectId, String module, Long designItemDetailId);
List<ToProductImageResultVO> toProduct(ToProductImageDTO toProductImageDTO);