ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/dto/GetMaterialsByManagementIdQuery.java
@@ -14,4 +14,8 @@ private String materialsName; @ApiModelProperty("物资类型 1消耗 2非消耗") private Integer isConsume; @ApiModelProperty("仓库层数 1代表一层,2代表两层,3代表三层") private Integer storeManagementNumber; @ApiModelProperty("货架id") private Long shelfId; }