|
@@ -282,6 +282,9 @@ public class UserTenantAlbumRecordWrapper {
|
|
@Data
|
|
@Data
|
|
public static class LastUserTenantAlbumRecord {
|
|
public static class LastUserTenantAlbumRecord {
|
|
|
|
|
|
|
|
+ @ApiModelProperty("机构专辑编号")
|
|
|
|
+ private Long tenantAlbumId;
|
|
|
|
+
|
|
@ApiModelProperty("机构专辑名称")
|
|
@ApiModelProperty("机构专辑名称")
|
|
private String tenantAlbumName;
|
|
private String tenantAlbumName;
|
|
|
|
|