yaowanxin
9 天以前 df35c666ff8342343c82735ee25c5f04ae0d054c
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;
}