|
@@ -18,6 +18,8 @@ import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_
|
|
|
@AllArgsConstructor
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
public class MuseumPictureGroupPageReqVO extends PageParam {
|
|
|
+ @Schema(description = "照片组编号")
|
|
|
+ private Integer id;
|
|
|
|
|
|
@Schema(description = "图片组id,模糊搜索",example = "1")
|
|
|
private Integer groupId;
|