yuan
2026-08-26 ce6d2b067577c5d85720ae2acf1f53a30ca98d51
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;