| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | @ApiModelProperty(value = "更新日期") |
| | | private Date updateTime; |
| | | /**删除标记*/ |
| | | @Excel(name = "删除标记", width = 15) |
| | | @ApiModelProperty(value = "删除标记") |
| | | @TableLogic |
| | | private Integer delFlag; |
| | | /**报修ID*/ |
| | | @Excel(name = "报修ID", width = 15) |
| | | @ApiModelProperty(value = "报修ID") |
| | |
| | | @Excel(name = "设备ID", width = 15) |
| | | @ApiModelProperty(value = "设备ID") |
| | | private String equipmentId; |
| | | /**确认状态*/ |
| | | @Excel(name = "确认状态", width = 15) |
| | | @ApiModelProperty(value = "确认状态") |
| | | @Dict(dicCode = "confirm_status") |
| | | private String confirmStatus; |
| | | /**操作工*/ |
| | | @Excel(name = "操作工", width = 15) |
| | | @ApiModelProperty(value = "操作工") |
| | |
| | | @Excel(name = "主管工艺确认意见", width = 15) |
| | | @ApiModelProperty(value = "主管工艺确认意见") |
| | | private String technologistComment; |
| | | /**主管工艺确认结果*/ |
| | | @Excel(name = "主管工艺确认结果", width = 15) |
| | | @ApiModelProperty(value = "主管工艺确认结果") |
| | | private String technologistResult; |
| | | /**部级领导*/ |
| | | @Excel(name = "部级领导", width = 15) |
| | | @ApiModelProperty(value = "部级领导") |
| | |
| | | @Excel(name = "部级领导确认意见", width = 15) |
| | | @ApiModelProperty(value = "部级领导确认意见") |
| | | private String deputyDepartmentComment; |
| | | /**部级领导确认结果*/ |
| | | @Excel(name = "部级领导确认结果", width = 15) |
| | | @ApiModelProperty(value = "部级领导确认结果") |
| | | private String deputyDepartmentResult; |
| | | //列表展示 |
| | | @TableField(exist = false) |
| | | private String equipmentCode; |
| | |
| | | private String equipmentModel; |
| | | @TableField(exist = false) |
| | | private String installationPosition; |
| | | /**批次号*/ |
| | | @TableField(exist = false) |
| | | private String batchNumber; |
| | | /**加工零件号*/ |
| | | @TableField(exist = false) |
| | | private String processingPart; |
| | | /**件数*/ |
| | | @TableField(exist = false) |
| | | private String quantity; |
| | | } |