package com.mes.bigstorage.entity.dto; import lombok.Data; /** * @Author : zhoush * @Date: 2024/6/13 15:51 * @Description: */ @Data public class TemperingLayoutDTO { /** * 钢化版图id */ private String engineerId; /** * 钢化版图id */ private Integer temperingLayoutId; /** * 当前版图数量 */ private Integer count; /** * 当前版图占用格子数量 */ private Integer slotCount; }