21 小时以前 3d556b8defe1ff5b9aeb481bd1d0a67b2ded0192
src/main/java/com/ruoyi/technology/pojo/TechnologyRouting.java
@@ -32,7 +32,6 @@
    private String description;
    @Schema(description = "录入时间")
    @TableField(fill = FieldFill.INSERT)
    private LocalDateTime createTime;
    @Schema(description = "更新时间")
@@ -43,7 +42,7 @@
    private String processRouteCode;
    @Schema(description = "关联bom的id")
    private Integer bomId;
    private Long bomId;
    @Schema(description = "创建人ID")
    @TableField(fill = FieldFill.INSERT)