init
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user