| | |
| | | /** |
| | | * 委托编号 |
| | | */ |
| | | @ExcelProperty(index = 2, value = "委托编号") |
| | | @ExcelProperty(index = 1, value = "委托编号") |
| | | @ApiModelProperty("委托编号") |
| | | private String entrustCode; |
| | | |
| | |
| | | @ApiModelProperty("检验对象") |
| | | private String sampleType; |
| | | |
| | | @ExcelProperty(index = 7, value = "样品名称") |
| | | @ApiModelProperty("销售订单分类名称") |
| | | private String orderTypeName; |
| | | |
| | | @ExcelProperty(index = 6, value = "样品名称") |
| | | @ApiModelProperty("样品名称") |
| | | private String sampleName; |
| | | |
| | | @ExcelProperty(index = 8, value = "样品型号") |
| | | @ExcelProperty(index = 7, value = "样品型号") |
| | | @ApiModelProperty("样品型号") |
| | | private String sampleModel; |
| | | |
| | |
| | | @ApiModelProperty("创建人") |
| | | private Integer createUser; |
| | | |
| | | @ExcelProperty(index = 9, value = "检验人") |
| | | @ExcelProperty(index = 8, value = "检验人") |
| | | @ApiModelProperty("检验人") |
| | | private String userName; |
| | | |
| | | @ExcelProperty(index = 10, value = "下发时间") |
| | | @ExcelProperty(index = 9, value = "下发时间") |
| | | private String sendTimeString; |
| | | |
| | | @ExcelProperty(index = 14, value = "接收时间") |
| | | @ExcelProperty(index = 13, value = "接收时间") |
| | | private String receiverDateString; |
| | | |
| | | @ExcelProperty(index = 15, value = "报检时间") |
| | | @ExcelProperty(index = 14, value = "报检时间") |
| | | private String declareDateString; |
| | | |
| | | // 合格状态,: 0 检验中, 1合格, 2不合格, 3未下单,4让步放行 |
| | | @ExcelProperty(index = 6, value = "检验状态") |
| | | @ExcelProperty(index = 5, value = "检验状态") |
| | | private String inspectStatusString; |
| | | |
| | | @ApiModelProperty("报检开始时间") |
| | |
| | | private String endDeclareDate; |
| | | |
| | | @ApiModelProperty("不合格描述") |
| | | @ExcelProperty(index = 16, value = "不合格描述") |
| | | @ExcelProperty(index = 15, value = "不合格描述") |
| | | private String unqualifiedDesc; |
| | | |
| | | |
| | | @ApiModelProperty("不合格项") |
| | | @ExcelProperty(index = 17, value = "不合格项") |
| | | @ExcelProperty(index = 16, value = "不合格项") |
| | | private String unqualifiedItem; |
| | | |
| | | @ApiModelProperty("免检") |
| | | private Integer isExemption; |
| | | |
| | | @ApiModelProperty("原材料id(导出用)") |
| | | private String ids; |
| | | } |