liding
2026-04-20 caef916e9102b0236ce8021be1b9a985a7577bed
src/main/java/com/ruoyi/production/pojo/ProcessRouteItem.java
@@ -38,4 +38,14 @@
    private Integer dragSort;
    @ApiModelProperty(value ="是否质检")
    private Boolean isQuality;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}