| | |
| | | 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; |
| | |
| | | private String boxNumber; |
| | | |
| | | @ApiModelProperty("医废类型(数据字典id)") |
| | | private Integer wasteType; |
| | | private Long wasteType; |
| | | |
| | | @ApiModelProperty("医废类型名称") |
| | | @ExcelProperty(value = "医废类型", index = 5) |
| | |
| | | |
| | | @ApiModelProperty("收集人姓名") |
| | | @ExcelProperty(value = "收集人", index = 7) |
| | | private Long collectUserName; |
| | | private String collectUserName; |
| | | |
| | | @ApiModelProperty("收集时间") |
| | | @ExcelProperty(value = "收集时间", index = 1) |