standard-server/src/main/java/com/yuanchu/limslaboratory/pojo/Product.java
@@ -82,4 +82,14 @@ this.version = version; this.specifications_id = specifications_id; } public Product(String name, String father, String unit, Date createTime, Date updateTime, Integer version, Integer specifications_id) { this.name = name; this.father = father; this.unit = unit; this.createTime = createTime; this.updateTime = updateTime; this.version = version; this.specifications_id = specifications_id; } }