liyong
2026-04-22 3a06c8479e98678fde8f1612ab11a57faeb0bc24
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;
}