liujie
2 天以前 283ea8cfd97f225d0451d57bf915e6f3a0f2041b
ruoyi-system/src/main/java/com/ruoyi/system/query/TErpGoodsInventoryQuery.java
@@ -30,9 +30,11 @@
    private String batchNumber;
    @ApiModelProperty(value = "仓库id")
    @NotBlank(message = "仓库id不能为空")
//    @NotBlank(message = "仓库id不能为空")
    private String warehouseId;
    @ApiModelProperty(value = "有效期预警 出库使用 条件1  其他不传")
    private Integer type;
}