From 3115d589ca3faaecda604e2a66fe193a93ba9cbc Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期一, 30 十二月 2024 21:42:57 +0800 Subject: [PATCH] 1.bug修改 2.出库超时预警定时任务 --- medicalWaste-system/src/main/java/com/sinata/system/domain/vo/MwCollectRecordVO.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/MwCollectRecordVO.java b/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/MwCollectRecordVO.java index 5135990..f4815d3 100644 --- a/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/MwCollectRecordVO.java +++ b/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/MwCollectRecordVO.java @@ -1,6 +1,6 @@ package com.sinata.system.domain.vo; -import com.alibaba.excel.annotation.ExcelProperty; +import cn.idev.excel.annotation.ExcelProperty; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; @@ -41,7 +41,7 @@ private String boxNumber; @ApiModelProperty("医废类型(数据字典id)") - private Integer wasteType; + private Long wasteType; @ApiModelProperty("医废类型名称") @ExcelProperty(value = "医废类型", index = 5) @@ -72,7 +72,7 @@ @ApiModelProperty("收集人姓名") @ExcelProperty(value = "收集人", index = 7) - private Long collectUserName; + private String collectUserName; @ApiModelProperty("收集时间") @ExcelProperty(value = "收集时间", index = 1) -- Gitblit v1.7.1