mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-11 08:41:53 +08:00
📖 MALL:调整接口文档的说明
This commit is contained in:
@@ -27,12 +27,12 @@ public class AppCommentPageReqVO extends PageParam {
|
||||
*/
|
||||
public static final Integer NEGATIVE_COMMENT = 3;
|
||||
|
||||
@Schema(description = "商品SPU编号", example = "29502")
|
||||
@NotNull(message = "商品SPU编号不能为空")
|
||||
@Schema(description = "商品 SPU 编号", example = "29502")
|
||||
@NotNull(message = "商品 SPU 编号不能为空")
|
||||
private Long spuId;
|
||||
|
||||
@Schema(description = "app 评论页 tab 类型 (0 全部、1 好评、2 中评、3 差评)", example = "0")
|
||||
@NotNull(message = "商品SPU编号不能为空")
|
||||
@NotNull(message = "商品 SPU 编号不能为空")
|
||||
private Integer type;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user