mitao
2024-12-18 ae265295dd977b0d64309b0471e8d3b0d626ccf3
medicalWaste-system/src/main/java/com/sinata/system/domain/query/StorageRecordQuery.java
@@ -19,10 +19,10 @@
    private static final long serialVersionUID = 3037481981686862175L;
    @ApiModelProperty("机构id")
    @ApiModelProperty(value = "机构id", notes = "机构id和暂存间id只需传其中一个")
    private Long departmentId;
    @ApiModelProperty("暂存间id")
    @ApiModelProperty(value = "暂存间id", notes = "机构id和暂存间id只需传其中一个")
    private Long stagingRoomId;
    @ApiModelProperty("医废编号")
@@ -34,6 +34,9 @@
    @ApiModelProperty("医废类型")
    private Integer wasteType;
    @ApiModelProperty("入库时间")
    private Date collectTime;
    @ApiModelProperty("入库时间-开始")
    private Date collectTimeStart;
    @ApiModelProperty("入库时间-结束")
    private Date collectTimeEnd;
}