package com.zy.common.web.param; import lombok.Data; @Data public class GetLocNoChangeParam { private String locNo; //库位排 private int[] row; }