package com.ruoyi.warehouse.dto; import com.ruoyi.warehouse.dto.DocumentationDto; import com.ruoyi.warehouse.pojo.WarehouseGoodsShelvesRowcol; import lombok.Data; import java.util.List; @Data public class WarehouseGoodsShelvesRowcolDto extends WarehouseGoodsShelvesRowcol { private String warehouseName; private String goodsShelvesName; private List documentationList; private String category; }