2026-06-15 741918a903e17b2ec7522556d2c043b8d35dd8a1
src/main/java/com/ruoyi/quality/pojo/QualityTestStandard.java
@@ -69,6 +69,9 @@
    @Schema(description = "工序id")
    private Integer processId;
    @Schema(description = "工序类型")
    private Integer processType;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}