zss
4 天以前 08f82c7545e9bfbe44e507613723e8c458a322d1
src/main/java/com/ruoyi/production/dto/ProductMaterialGroupDto.java
@@ -26,5 +26,5 @@
    private String configName;
    @ApiModelProperty("物料列表")
    private List<ProductMaterial> materialList;
    private List<ProductMaterialDto> materialList;
}