Fixiaobai
2023-09-09 61f0ed42abb8b3a270f3dcefeff988da5e73a5fe
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;
    }
}