liyong
2026-04-28 6b908076f80a2c2933058caf5311ae2dc9048409
src/main/java/com/ruoyi/production/pojo/ProductionOrderRouting.java
@@ -48,8 +48,11 @@
    @Schema(description = "工艺路线编码")
    private String processRouteCode;
    @Schema(description = "关联bom的id")
    private Integer bomId;
    @Schema(description = "基础bom的id")
    private Long bomId;
    @Schema(description = "订单bom的id")
    private Long orderBomId;
    @Schema(description = "创建人ID")
    @TableField(fill = FieldFill.INSERT)