rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/param/AgvBindAndInTParam.java
@@ -1,10 +1,16 @@ package com.vincent.rsf.server.manager.entity.param; import io.swagger.annotations.ApiModelProperty; import lombok.Data; @Data public class AgvBindAndInTParam { @ApiModelProperty("物料编码") private String matNr;//物料编码 对应man_matnr中的code @ApiModelProperty("托盘码") private String palletBarcode;//托盘码 @ApiModelProperty("操作站点") private String palletSta;//操作站点 @ApiModelProperty("目标库区") private String area = ""; }