value
2024-04-25 44f4c17ed71ccaf151d600836f7ef32a8c2dbaea
inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProduct.java
@@ -67,6 +67,8 @@
     */
    private String model;
    private String methodS;
    /**
     * 子实验室
     */
@@ -188,4 +190,7 @@
    @TableField(exist = false)
    private Map<String, Object> style;
    @TableField(exist = false)
    private InsProductResult insProductResult;
}