From 9c717849bee3d6cc25f29ad69a93a507e3de7d13 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 27 十二月 2024 18:22:37 +0800
Subject: [PATCH] 统计分析报表接口

---
 medicalWaste-system/src/main/java/com/sinata/system/domain/vo/MwCollectRecordVO.java |    4 ++--
 1 files changed, 2 insertions(+), 2 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 d92148d..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)

--
Gitblit v1.7.1