额外字段
This commit is contained in:
@@ -151,11 +151,6 @@ public class ProductDTO implements Serializable {
|
||||
*/
|
||||
@NotNull(message = "是否推荐不能为空", groups = DefaultGroup.class)
|
||||
private Integer isHot;
|
||||
/**
|
||||
* 是否开启库存
|
||||
*/
|
||||
@NotNull(message = "库存开关不能为空", groups = DefaultGroup.class)
|
||||
private Integer isStock;
|
||||
/**
|
||||
* 是否售罄
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user