Merge branch 'dev/dev_xp' into dev/dev
# Conflicts: # src/main/java/com/ai/da/model/dto/ToProductImageDTO.java
This commit is contained in:
@@ -16,4 +16,5 @@ public class ToProductImageDTO {
|
||||
private Double brightenValue;
|
||||
private BigDecimal imageStrengthMin;
|
||||
private BigDecimal imageStrengthMax;
|
||||
private String modelName;
|
||||
}
|
||||
|
||||
@@ -28,4 +28,8 @@ public class MagicToolResultVO {
|
||||
private String elementType;
|
||||
|
||||
private Long elementId;
|
||||
|
||||
public MagicToolResultVO(String status) {
|
||||
this.status = status;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user