| | |
| | | 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; |
| | |
| | | @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(); |
| | | } |
| | | |
| | | } |