2026-05-26 fd60ef9d3c3d7c1eee9a6fb458fe4084463b5b81
src/main/java/com/ruoyi/quality/pojo/QualityTestStandardParam.java
@@ -29,7 +29,7 @@
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    private Long id;
    @ApiModelProperty("参数项")
    private String parameterItem;
@@ -68,4 +68,7 @@
    @ApiModelProperty("默认值")
    private String defaultValue;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}