luodangjia
2025-01-02 51f460f3b1a8b9fa365e4195c41bb9c5e16fcb7c
medicalWaste-system/src/main/java/com/sinata/system/domain/dto/CollectTotalUpDto.java
@@ -16,4 +16,5 @@
    private Integer num;
    @ApiModelProperty("总重量")
    private BigDecimal weight;
    private String wasteTypeStr;
}