修改供应商为非必填

This commit is contained in:
牛叉闪闪
2024-08-03 18:28:25 +08:00
parent 11e2663fb3
commit e9b0301eb9

View File

@@ -60,7 +60,6 @@ public class TbConsSuppFlow implements Serializable {
private Integer productId;
@Column(name = "`supplier_id`",nullable = false)
@NotNull
@ApiModelProperty(value = "supplierId")
private Integer supplierId;