package com.zy.core.model; import lombok.Data; @Data public class StationObjModel { private Integer deviceNo; private Integer stationId; private Integer deviceRow; private Integer deviceBay; private Integer deviceLev; private Integer stationLev; private Integer barcodeIdx; //站点绑定双工位堆垛机工位 private Integer dualCrnExecuteStation; private StationObjModel barcodeStation; private StationObjModel backStation; }