| | |
| | | /** |
| | | * 商品 SPU 基础 Response VO |
| | | * |
| | | * @author 芋道源码 |
| | | * @author 超级管理员 |
| | | */ |
| | | @Data |
| | | public class AppProductSpuBaseRespVO { |
| | |
| | | @Schema(description = "主键", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| | | private Long id; |
| | | |
| | | @Schema(description = "商品 SPU 名字", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") |
| | | @Schema(description = "商品 SPU 名字", requiredMode = Schema.RequiredMode.REQUIRED, example = "超级管理员") |
| | | private String name; |
| | | |
| | | @Schema(description = "商品主图地址", example = "https://www.iocoder.cn/xx.png") |