自动化立体仓库 - WMS系统
#
pang.jiabao
2024-08-18 41ba1903cb7a2b6e26e5ba43033c1266c422c201
src/main/java/com/zy/asrs/entity/param/CrnExecuteParam.java
@@ -1,5 +1,6 @@
package com.zy.asrs.entity.param;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
@@ -11,4 +12,6 @@
public class CrnExecuteParam {
    private Integer workNo;
    private Integer staNo;
    @ApiModelProperty(value= "条码")
    private String barcode;
}