2026-08-12 b26b29c246b162b35e8e3b1796e137da4b523581
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;
}