无关风月
2024-09-03 56dfe0d4bf81262622a1919cceb2b039fd356209
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/dto/SlGoodsMaterialsSlVolumeProductionRkQuery.java
@@ -10,4 +10,10 @@
public class SlGoodsMaterialsSlVolumeProductionRkQuery extends BasePage {
    @ApiModelProperty("物资id")
    private Long slGoodsMaterialsid;
    @ApiModelProperty("仓库id")
    private Long id;
    @ApiModelProperty("入库id")
    private Long rkId;
    @ApiModelProperty("楼层")
    private Integer storeManagementNumber;
}