src/main/java/com/ruoyi/warehouse/dto/WarehouseGoodsShelvesRowcolDto.java
@@ -9,7 +9,7 @@ @Data public class WarehouseGoodsShelvesRowcolDto extends WarehouseGoodsShelvesRowcol { private String warehouseName; private String goodsShelvesName; private List<DocumentationDto> documentationList; private String name; private List<DocumentationDto> documentationDtoList; private String category; }