TASK: 保存画布时返回画布id
BUGFIX: 用户输入的prompt没有传入flux
This commit is contained in:
@@ -44,7 +44,7 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
|
||||
|
||||
void updateDate(Long id,String timeZone);
|
||||
|
||||
Boolean exportSave(MultipartFile file, Long projectId, String module, Long designItemDetailId);
|
||||
Long exportSave(MultipartFile file, Long projectId, String module, Long designItemDetailId);
|
||||
|
||||
List<ToProductImageResultVO> toProduct(ToProductImageDTO toProductImageDTO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user