liding
2026-04-07 bc9343c74a7f6c895a6d5debbc1cf7c46926ca82
src/main/java/com/ruoyi/production/dto/ProductStructureDto.java
@@ -31,4 +31,7 @@
    @TableField(exist = false)
    private List<ProductStructureDto> children;
    //物料编码
    private String materialCode;
}