广丰卷烟厂数采质量分析系统
baoshiwei
6 小时以前 e97b55310155a2dd691bd698a10295a4d867f60c
RuoYi-Vue-Plus/ruoyi-modules/ruoyi-qa/src/main/java/org/dromara/qa/qm/domain/vo/QmBatchVo.java
@@ -2,6 +2,8 @@
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;
@@ -59,8 +61,15 @@
    /**
     * 牌号
     */
    @ExcelProperty(value = "牌号")
    @ExcelProperty(value = "牌号code")
    private String matCode;
    /**
     * 牌号
     */
    @ExcelProperty(value = "牌号")
    @Translation(type = TransConstant.MAT_CODE_TO_NAME, mapper = "matCode")
    private String matName;
    /**
     * 判定依据代码
@@ -68,6 +77,10 @@
    @ExcelProperty(value = "判定依据代码")
    private String judgeCode;
    @ExcelProperty(value = "判定依据")
    @Translation(type = TransConstant.JUDGE_CODE_TO_NAME, mapper = "judgeCode")
    private String judgeName;
    /**
     * 批次生成日期
     */