package com.ruoyi.warehouse.dto; import com.ruoyi.warehouse.pojo.WarehouseGoodsShelves; import java.util.List; public class WarehouseGoodsShelvesDto extends WarehouseGoodsShelves { private String warehouseName; private String goodsShelvesName; // private List documentationList; private List warehouseGoodsShelvesRowcolList; private String category; }