banner、商品、商品分类等代码的 REVIEW

This commit is contained in:
YunaiV
2020-05-15 18:45:47 +08:00
parent 16a39255f9
commit c34c501fb8
15 changed files with 22 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ import java.io.Serializable;
@Accessors(chain = true)
public class BannerAddRequest implements Serializable {
@NotNull
@NotNull // TODO FROM 芋艿 to 小范:提示要加下,哈哈哈
@ApiModelProperty("跳转链接")
private Integer url;