package com.zy.common.web.param; import lombok.Data; @Data public class TransferLocParam { private String locNo; private Integer lane; }