huminmin
2026-05-12 0f7d73f4cf67ae7b4f47f68e5f23da38ae223a50
src/main/java/com/ruoyi/technology/pojo/TechnologyRoutingOperation.java
@@ -48,6 +48,9 @@
    @Schema(description = "是否质检工序")
    private Boolean isQuality;
    @Schema(description = "是否生产")
    private Boolean isProduction;
    @Schema(description = "创建人ID")
    @TableField(fill = FieldFill.INSERT)
    private Long createUser;
@@ -55,4 +58,7 @@
    @Schema(description = "部门ID")
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "类型 区分计时和计件,0计时,1计件")
    private Integer type;
}