hangzhoumesParent/common/servicebase/src/main/java/com/mes/base/entity/BigStorageCageBaseInfo.java
New file @@ -0,0 +1,32 @@ package com.mes.base.entity; import io.swagger.annotations.ApiModelProperty; import lombok.Data; /** * @Author : zhoush * @Date: 2024/6/21 9:40 * @Description: */ @Data public class BigStorageCageBaseInfo { /** * 玻璃id */ @ApiModelProperty(value = "玻璃id") private String glassId; /** * 宽 */ @ApiModelProperty(value = "宽") private double width; /** * 格子号 */ @ApiModelProperty(value = "玻璃id") private Integer slot; }