出入库同步修改product spec信息
This commit is contained in:
@@ -318,7 +318,7 @@ public class TbProduct implements Serializable {
|
||||
|
||||
@Column(name = "stock_number")
|
||||
@ApiModelProperty("库存数量")
|
||||
private Integer stockNumber;
|
||||
private Integer stockNumber = 0;
|
||||
|
||||
|
||||
public void copy(TbProduct source){
|
||||
|
||||
Reference in New Issue
Block a user