TASK:product/relight/pose transfer的入参添加是否需要默认like
This commit is contained in:
@@ -20,9 +20,15 @@ public class PoseTransformDTO {
|
||||
@NotNull(message = "please select a pose")
|
||||
private Integer poseId;
|
||||
|
||||
@ApiModelProperty("模型名")
|
||||
private String modelName;
|
||||
|
||||
@ApiModelProperty("design结果在collectionSort中的id")
|
||||
private Long parentId;
|
||||
|
||||
@ApiModelProperty("子集中的元素作为父元素")
|
||||
private Long userLikeSortId;
|
||||
|
||||
@ApiModelProperty("是否默认喜欢")
|
||||
private Boolean isDefaultLike;
|
||||
}
|
||||
|
||||
@@ -18,6 +18,9 @@ public class ToProductImageDTO {
|
||||
private BigDecimal imageStrengthMax;
|
||||
private String modelName;
|
||||
private String ageGroup;
|
||||
|
||||
// 使用子集中的元素作为父元素
|
||||
private Long userLikeSortId;
|
||||
|
||||
// 是否默认like生成的元素
|
||||
private Boolean isDefaultLike;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user