package com.zy.asrs.wms.asrs.entity.param; import lombok.Data; @Data public class CacheSiteEmptyInParam { //播种站点编号 private String siteNo; }