2026-08-13 fe37e2f866aca38111ba6ab7ce66ef93b3e05f29
src/main/java/com/ruoyi/production/pojo/ProductionOrderRouting.java
@@ -48,12 +48,6 @@
    @Schema(description = "工艺路线编码")
    private String processRouteCode;
    @Schema(description = "基础bom的id")
    private Long bomId;
    @Schema(description = "订单bom的id")
    private Long orderBomId;
    @Schema(description = "创建人ID")
    @TableField(fill = FieldFill.INSERT)
    private Long createUser;