额外字段

This commit is contained in:
2026-04-09 16:22:36 +08:00
parent 4116f7cc0d
commit caec6b2d0f

View File

@@ -151,11 +151,6 @@ public class ProductDTO implements Serializable {
*/ */
@NotNull(message = "是否推荐不能为空", groups = DefaultGroup.class) @NotNull(message = "是否推荐不能为空", groups = DefaultGroup.class)
private Integer isHot; private Integer isHot;
/**
* 是否开启库存
*/
@NotNull(message = "库存开关不能为空", groups = DefaultGroup.class)
private Integer isStock;
/** /**
* 是否售罄 * 是否售罄
*/ */