mitao
2025-04-07 6c17cac744b3b439e38f6998ce4704c9a01c5dd2
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;
}