Fixiaobai
2023-09-06 8abe275e36823f1065300af45e1f7a9a68f549a7
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;
    }
}