BUGFIX:aida;
This commit is contained in:
@@ -3,6 +3,7 @@ package com.ai.da.model.dto;
|
||||
import com.ai.da.model.vo.ToProductImageVO;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@@ -10,4 +11,5 @@ public class ToProductImageDTO {
|
||||
private Long userLikeGroupId;
|
||||
private List<ToProductImageVO> toProductImageVOList;
|
||||
private String prompt;
|
||||
private BigDecimal imageStrength;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user