修改供应商为非必填
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user