src/main/java/com/whyc/pojo/MaterialHistory.java
@@ -14,6 +14,14 @@ public class MaterialHistory { private Integer id; /** * productId : * 从产品上传,为特定的产品id * 从物料更新,为-1 * 最初始的物料保留,为0 * */ private Integer productId; private Integer materialId; private String pictureUrl; private String dwgUrl; @@ -23,6 +31,14 @@ @TableField(exist = false) private String upUserName; public Integer getProductId() { return productId; } public void setProductId(Integer productId) { this.productId = productId; } public Integer getUpUserId() { return upUserId; }