BUGFIX:aida;

This commit is contained in:
shahaibo
2024-06-28 16:52:16 +08:00
parent 4211bce256
commit dd8f5696a2
3 changed files with 23 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ public class Portfolio implements Serializable {
@ApiModelProperty(value = "是否允许二次创作1允许0不允许")
private Integer openSource;
private Integer original;
private Long originalAccountId;
@ApiModelProperty(value = "作品集作者ID")
private Long accountId;

View File

@@ -43,6 +43,10 @@ public class UserLikeGroup implements Serializable {
*/
private String name;
private Integer original;
private Long originalAccountId;
/**
* 创建时间
*/