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<DocumentationDto> documentationList;
|
private List<WarehouseGoodsShelvesRowcolDto> warehouseGoodsShelvesRowcolList;
|
private String category;
|
}
|