This commit is contained in:
2026-04-10 14:49:17 +08:00
parent ae6caa85a0
commit 9fb67730a9

View File

@@ -29,7 +29,7 @@ public class ProdConsRelationDTO implements Serializable {
/** /**
* 商品id * 商品id
*/ */
@NotNull(message = "商品id不能为空", groups = DefaultGroup.class) // @NotNull(message = "商品id不能为空", groups = DefaultGroup.class)
private Long productId; private Long productId;
/** /**
* 耗材id * 耗材id