chenrui
2025-03-11 bbccd7a81e92267f7ec98beb2adb3a6646fe4b4b
inspect-server/src/main/java/com/ruoyi/inspect/pojo/InsSample.java
@@ -120,4 +120,10 @@
    @TableField(select = false,exist = false)
    private Integer num=1;
    /**
     * 是否为熔接损耗特殊项生成的样品组合(0:否 1:是)
     */
    @ApiModelProperty("是否为熔接损耗特殊项生成的样品组合(0:否 1:是)")
    private String isPairing;
}