| | |
| | | package org.jeecg.modules.eam.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | |
| | | private static final long serialVersionUID = -862977193541514910L; |
| | | |
| | | /** |
| | | * 删除标记 |
| | | */ |
| | | @Excel(name = "删除标记", width = 15) |
| | | @ApiModelProperty(value = "删除标记") |
| | | private Integer delFlag; |
| | | /** |
| | | * 工单ID |
| | | */ |
| | |
| | | @Excel(name = "第二次检验异常", width = 15) |
| | | @ApiModelProperty(value = "第二次检验异常") |
| | | private String secondInspectException; |
| | | |
| | | public EamThirdMaintenanceOrderDetail() { |
| | | } |
| | | |
| | | public EamThirdMaintenanceOrderDetail(EamMaintenanceStandardDetail detail) { |
| | | this.itemCode = detail.getItemCode(); |
| | | this.itemPart = detail.getItemPart(); |
| | | this.itemName = detail.getItemName(); |
| | | this.itemDemand = detail.getItemDemand(); |
| | | } |
| | | |
| | | } |