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;
|
||||
}
|
||||
|
||||
@@ -18,4 +18,6 @@ public class PortfolioVO extends Portfolio {
|
||||
private Long viewNums;
|
||||
|
||||
private String userName;
|
||||
|
||||
private String originalUserName;
|
||||
}
|
||||
|
||||
@@ -22,6 +22,10 @@ public class UserLikeGroupVO {
|
||||
@ApiModelProperty("创建者")
|
||||
private String author;
|
||||
|
||||
private Integer original;
|
||||
|
||||
private Long originalAccountId;
|
||||
|
||||
@ApiModelProperty("更新时间")
|
||||
private Long updateDate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user