出入库同步修改product spec信息

This commit is contained in:
2024-06-26 17:27:47 +08:00
parent 7bc6ae7b8a
commit 3fc5667100
3 changed files with 71 additions and 5 deletions

View File

@@ -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){