mitao
2025-03-21 c29811a8e8e6fe8166283f498609f84ca9533249
medicalWaste-system/src/main/java/com/sinata/system/domain/dto/CollectDto.java
@@ -26,5 +26,6 @@
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date receiveTime;
    private String wasteTypeStr;
    private String departmentName;
}