TASK:LLM;

This commit is contained in:
shahaibo
2025-05-18 12:46:12 +08:00
parent bf92edb267
commit 59ffa38ff7
23 changed files with 600 additions and 8 deletions

View File

@@ -69,4 +69,8 @@ public class DesignCollectionDTO {
private Integer designNum;
private Long brandId;
private Double brandScale;
}

View File

@@ -14,4 +14,6 @@ public class ToProductImageDTO {
private BigDecimal imageStrength;
private String direction;
private Double brightenValue;
private BigDecimal imageStrengthMin;
private BigDecimal imageStrengthMax;
}