liding
2026-06-01 49c3ba90feb4f14fb2f0c911aadeb865bb07f26f
src/main/java/com/ruoyi/technology/pojo/TechnologyRoutingOperation.java
@@ -58,4 +58,7 @@
    @Schema(description = "部门ID")
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "类型 区分计时和计件,0计时,1计件")
    private Integer type;
}