value
2023-08-31 835ee2b95239f7a2c1e17675c22edb08ff838950
inspection-server/src/main/java/com/yuanchu/limslaboratory/pojo/InspectionProduct.java
@@ -29,6 +29,7 @@
     * 项目id
     **/
    @TableId(type = IdType.AUTO)
    @TableField("id")
    private Integer id;
    /**