liding
昨天 acc94dd2dc309e50882f7b10c20d955ed2f14716
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)