src/main/java/com/ruoyi/production/pojo/ProductStructure.java
@@ -1,5 +1,6 @@
package com.ruoyi.production.pojo;
import io.swagger.annotations.ApiModelProperty;
import com.baomidou.mybatisplus.annotation.*;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@@ -50,7 +51,17 @@
    /**
     * 关联BOMid
     */
    private Long bomId;
    private Integer bomId;
    /**
     * 父节点ID
     */
    private Long parentId;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}