huminmin
4 天以前 921a0ce9073f5aa0cdc64d5b0ab42bce3a865e75
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)