|
@@ -8,6 +8,8 @@ import java.time.LocalDateTime;
|
|
|
@Schema(description = "博物馆-图片组信息 Resp VO")
|
|
|
@Data
|
|
|
public class MuseumPictureGroupRespVO {
|
|
|
+ @Schema(description = "照片组编号")
|
|
|
+ private Integer id;
|
|
|
|
|
|
@Schema(description = "照片名称")
|
|
|
private String pictureSetName;
|