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