6 天以前 cc9e374823582a57401b6aa9f4dd2ecc61a2e722
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)