| | |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import io.swagger.models.auth.In; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | |
| | | private String coverImg; |
| | | @ApiModelProperty(value = "价格") |
| | | private BigDecimal price; |
| | | @ApiModelProperty(value = "苹果价格") |
| | | private BigDecimal appleAmount; |
| | | @ApiModelProperty(value = "部位id") |
| | | private Integer positionId; |
| | | @ApiModelProperty(value = "页码,首页1", required = true) |
| | | private Integer pageNum; |
| | | @ApiModelProperty(value = "页条数", required = true) |