| | |
| | | @Excel(name = "能否满足加工工艺要求", width = 15) |
| | | @ApiModelProperty(value = "能否满足加工工艺要求") |
| | | private Integer meetProcessRequire; |
| | | @Excel(name = "能否满足加工工艺要求说明", width = 15) |
| | | @ApiModelProperty(value = "能否满足加工工艺要求说明") |
| | | private String meetProcessRequireRemark; |
| | | /**使用单位技术主管*/ |
| | | @Excel(name = "使用单位技术主管", width = 15) |
| | | @ApiModelProperty(value = "使用单位技术主管") |
| | |
| | | @ApiModelProperty(value = "设备检验员签字(盖章)") |
| | | private String equipmentInspectorSignUser; |
| | | |
| | | /** |
| | | * 单据id |
| | | */ |
| | | @TableField(exist = false) |
| | | private String receipts; |
| | | |
| | | @TableField(exist = false) |
| | | private List<PrecisionInspectionDetail> precisionInspectionDetailList; |
| | | } |