package com.zy.common.model; import lombok.Data; @Data public class LiftPointModel { private Integer row; private Integer bay; }