| | |
| | | |
| | | import java.util.Date; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import org.dromara.common.translation.annotation.Translation; |
| | | import org.dromara.common.translation.constant.TransConstant; |
| | | import org.dromara.eims.domain.EimsRepairRecord; |
| | | import com.alibaba.excel.annotation.ExcelIgnoreUnannotated; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** |
| | | * |
| | | * |
| | | */ |
| | | @ExcelProperty(value = "") |
| | | private Long id; |
| | |
| | | @ExcelProperty(value = "操作用户") |
| | | private Long operaUser; |
| | | |
| | | @Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "operaUser") |
| | | private Long operaUserName; |
| | | |
| | | |
| | | /** |
| | | * 操作(字典) |
| | | */ |