This commit is contained in:
dute7liang
2024-01-03 21:37:47 +08:00
parent 34ee13959a
commit 161b589e64
15 changed files with 245 additions and 88 deletions

View File

@@ -33,10 +33,7 @@ public class UserAlbum implements Serializable {
*
*/
private String url;
/**
* 状态 0 未审核 1 审核通过 2 审核未通过
*/
private Integer status;
private Integer auditStatus;
/**
* 审核时间
*/
@@ -45,13 +42,11 @@ public class UserAlbum implements Serializable {
* 审核备注
*/
private String auditRemark;
/**
* 是否为大咖
*/
private Integer isAnchor;
private Integer orderBy;
private Boolean showHome;
private LocalDateTime createTime;
}