TASK:模块化;
This commit is contained in:
@@ -41,7 +41,7 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
|
||||
|
||||
void updateDate(Long id,String timeZone);
|
||||
|
||||
Boolean exportSave(MultipartFile file, Long userLikeGroupId);
|
||||
Boolean exportSave(MultipartFile file, Long projectId, String module);
|
||||
|
||||
List<ToProductImageResult> toProduct(ToProductImageDTO toProductImageDTO);
|
||||
|
||||
@@ -53,7 +53,7 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
|
||||
|
||||
List<MagicToolResultVO> getToProductImageResultList(List<String> taskIdList);
|
||||
|
||||
JSONObject exportSearch(Long userLikeGroupId);
|
||||
JSONObject exportSearch(ExportSearchDTO exportSearchDTO);
|
||||
|
||||
CanvasElementUpload canvasElementUpload(MultipartFile file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user