mitao
2025-03-28 9ec2cafd50b513787b5bbbef16009191b184f35a
medicalWaste-system/src/main/java/com/sinata/system/domain/dto/MwProtectionTaskEquipmentDTO.java
@@ -12,8 +12,8 @@
@ApiModel("防护作业使用器具数据传输对象")
public class MwProtectionTaskEquipmentDTO {
    @ApiModelProperty("防护作业id")
    private Long protectionTaskId;
    @ApiModelProperty("防护器具id")
    private Long protectionEquipmentId;
    @ApiModelProperty("使用量")
    private Integer usageQuantity;