| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.mes.base.entity.BigStorageCageBaseInfo; |
| | | import com.mes.base.entity.HollowBigStorageCageBaseInfo; |
| | | import lombok.Data; |
| | | |
| | | import java.util.Date; |
| | |
| | | * @since 2024-11-30 10:19:55 |
| | | */ |
| | | @Data |
| | | public class HollowGlassQueueInfo extends BigStorageCageBaseInfo { |
| | | public class HollowGlassQueueInfo extends HollowBigStorageCageBaseInfo { |
| | | /** |
| | | * /*大理片笼详情表id |
| | | */ |
| | |
| | | * /*总层号 |
| | | */ |
| | | private Integer totalLayer; |
| | | /** |
| | | * /*层号 |
| | | */ |
| | | private Integer layer; |
| | | /** |
| | | * /*创建时间 |
| | | */ |