src/main/java/com/ruoyi/production/pojo/ProductBom.java
@@ -69,4 +69,7 @@
    @ApiModelProperty("租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}