| | |
| | | |
| | | import java.util.Date; |
| | | |
| | | import org.dromara.common.translation.annotation.Translation; |
| | | import org.dromara.common.translation.constant.TransConstant; |
| | | import org.dromara.qa.qm.domain.QmBatch; |
| | | import cn.idev.excel.annotation.ExcelIgnoreUnannotated; |
| | | import cn.idev.excel.annotation.ExcelProperty; |
| | |
| | | /** |
| | | * 牌号 |
| | | */ |
| | | @ExcelProperty(value = "牌号") |
| | | @ExcelProperty(value = "牌号code") |
| | | private String matCode; |
| | | |
| | | /** |
| | | * 牌号 |
| | | */ |
| | | @ExcelProperty(value = "牌号") |
| | | @Translation(type = TransConstant.MAT_CODE_TO_NAME, mapper = "matCode") |
| | | private String matName; |
| | | |
| | | /** |
| | | * 判定依据代码 |
| | |
| | | @ExcelProperty(value = "判定依据代码") |
| | | private String judgeCode; |
| | | |
| | | @ExcelProperty(value = "判定依据") |
| | | @Translation(type = TransConstant.JUDGE_CODE_TO_NAME, mapper = "judgeCode") |
| | | private String judgeName; |
| | | |
| | | /** |
| | | * 批次生成日期 |
| | | */ |