package com.mes.bigstorage.entity.dto; import lombok.Data; /** * @Author : zhoush * @Date: 2024/11/25 18:53 * @Description: */ @Data public class BigStorageRelationDTO { private String engineerId; /** * /*钢化版图id */ private Integer temperingLayoutId; /** * /*虚拟格子 */ private Integer virtualSlot; }