| | |
| | | package com.ycl.vo.casePool; |
| | | |
| | | import com.ycl.entity.common.ImageResources; |
| | | import com.ycl.entity.resources.ImageResources; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | |
| | | |
| | | /** |
| | | * <p> |
| | | * 案卷图片 类 |
| | | * 案卷图片 类 |
| | | * </p> |
| | | * |
| | | * @author mg |
| | | * @since 2022-09-29 |
| | | */ |
| | | @Data |
| | | @ApiModel(value = "案卷图片") |
| | | public class FilesPictureVo { |
| | | /** |
| | | * 图片列表 |
| | | */ |
| | | @ApiModelProperty(value = "图片列表",dataType = "ImageResources") |
| | | @ApiModelProperty(value = "图片列表") |
| | | private List<ImageResources> imageResources; |
| | | } |