| | |
| | | /**检定工单id*/ |
| | | @Excel(name = "检定工单id", width = 15) |
| | | @ApiModelProperty(value = "检定工单id") |
| | | private String calibrationOrderId; |
| | | private java.lang.String calibrationOrderId; |
| | | /**报告编号*/ |
| | | @Excel(name = "报告编号", width = 15) |
| | | @ApiModelProperty(value = "报告编号") |
| | | private String num; |
| | | private java.lang.String num; |
| | | /**报告类型 (字典common_upload_type)*/ |
| | | @Excel(name = "报告类型 (字典common_upload_type)", width = 15) |
| | | @ApiModelProperty(value = "报告类型 (字典common_upload_type)") |
| | | @Dict(dicCode = "字典common_upload_type") |
| | | private String type; |
| | | private java.lang.String type; |
| | | /**备注*/ |
| | | @Excel(name = "备注", width = 15) |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | private java.lang.String remark; |
| | | /**状态 0 禁用 1 启用*/ |
| | | @Excel(name = "状态 0 禁用 1 启用", width = 15) |
| | | @ApiModelProperty(value = "状态 0 禁用 1 启用") |
| | | private String status; |
| | | private java.lang.String status; |
| | | |
| | | @ApiModelProperty(value = "判定结果(pass: 正常 ,fail:异常)") |
| | | @Dict(dicCode = "judgment_result") |
| | |
| | | /**删除状态(0-正常,1-已删除)*/ |
| | | @Excel(name = "删除状态(0-正常,1-已删除)", width = 15) |
| | | @ApiModelProperty(value = "删除状态(0-正常,1-已删除)") |
| | | private Integer delFlag = CommonConstant.DEL_FLAG_0; |
| | | private java.lang.Integer delFlag = CommonConstant.DEL_FLAG_0; |
| | | } |