cl
8 小时以前 52e09a6b7b7054fc51b9d4bf5f1fbec0a57e60f1
rsf-server/src/main/java/com/vincent/rsf/server/api/controller/erp/params/InOutResultReportParam.java
@@ -39,4 +39,10 @@
    @ApiModelProperty("批次")
    private String batch;
    @ApiModelProperty(value = "true 入库完成反馈,false 出库完成反馈", required = true)
    private Boolean inbound;
    @ApiModelProperty(value = "条码(云仓必填)")
    private String barcode;
}