| | |
| | | |
| | | import java.sql.Timestamp; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.gkhy.safePlatform.equipment.entity.BaseDomain; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | |
| | | * 设备设施详细信息(EquipmentInfo)表实体类 |
| | | * |
| | | * @author xurui |
| | | * @since 2022-07-20 09:19:29 |
| | | * @since 2022-08-03 10:55:54 |
| | | */ |
| | | @SuppressWarnings("serial") |
| | | @TableName("equipment_info") |
| | |
| | | this.setPart = setPart; |
| | | } |
| | | //生产日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp produceTime; |
| | | |
| | | public Timestamp getProduceTime() { |
| | |
| | | this.lifeCycle = lifeCycle; |
| | | } |
| | | //投用日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp useDate; |
| | | |
| | | public Timestamp getUseDate() { |
| | |
| | | this.stopStatus = stopStatus; |
| | | } |
| | | //上次检查日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp previousCheckDate; |
| | | |
| | | public Timestamp getPreviousCheckDate() { |
| | |
| | | this.previousCheckDate = previousCheckDate; |
| | | } |
| | | //上次检测日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp previousTestDate; |
| | | |
| | | public Timestamp getPreviousTestDate() { |
| | |
| | | this.previousTestDate = previousTestDate; |
| | | } |
| | | //上次保养日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp previousTakecareDate; |
| | | |
| | | public Timestamp getPreviousTakecareDate() { |
| | |
| | | this.previousTakecareDate = previousTakecareDate; |
| | | } |
| | | //下次检查日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp nextCheckDate; |
| | | |
| | | public Timestamp getNextCheckDate() { |
| | |
| | | this.nextCheckDate = nextCheckDate; |
| | | } |
| | | //下次检测日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp nextTestDate; |
| | | |
| | | public Timestamp getNextTestDate() { |
| | |
| | | this.nextTestDate = nextTestDate; |
| | | } |
| | | //下次保养日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp nextTakecareDate; |
| | | |
| | | public Timestamp getNextTakecareDate() { |
| | |
| | | |
| | | public void setLeadingPersonId(Long leadingPersonId) { |
| | | this.leadingPersonId = leadingPersonId; |
| | | } |
| | | //负责人名称 |
| | | private String leadingPersonName; |
| | | |
| | | public String getLeadingPersonName() { |
| | | return leadingPersonName; |
| | | } |
| | | |
| | | public void setLeadingPersonName(String leadingPersonName) { |
| | | this.leadingPersonName = leadingPersonName; |
| | | } |
| | | //负责人部门外键 |
| | | private Long leadingPersonDepartmentId; |
| | |
| | | this.afterStopStep = afterStopStep; |
| | | } |
| | | //实际停用日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp actualStopDate; |
| | | |
| | | public Timestamp getActualStopDate() { |
| | |
| | | public void setStopSubmitPersonId(Long stopSubmitPersonId) { |
| | | this.stopSubmitPersonId = stopSubmitPersonId; |
| | | } |
| | | //停用提交人名称 |
| | | private String stopSubmitPersonName; |
| | | |
| | | public String getStopSubmitPersonName() { |
| | | return stopSubmitPersonName; |
| | | } |
| | | |
| | | public void setStopSubmitPersonName(String stopSubmitPersonName) { |
| | | this.stopSubmitPersonName = stopSubmitPersonName; |
| | | } |
| | | //停用提交日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp stopSubmitDate; |
| | | |
| | | public Timestamp getStopSubmitDate() { |
| | |
| | | this.recoveryReason = recoveryReason; |
| | | } |
| | | //恢复填报日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp recoverySubmitDate; |
| | | |
| | | public Timestamp getRecoverySubmitDate() { |
| | |
| | | this.recoverySubmitDate = recoverySubmitDate; |
| | | } |
| | | //实际恢复日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp actualRecoveryDate; |
| | | |
| | | public Timestamp getActualRecoveryDate() { |
| | |
| | | this.destoryReason = destoryReason; |
| | | } |
| | | //报废填报日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp destorySubmitDate; |
| | | |
| | | public Timestamp getDestorySubmitDate() { |
| | |
| | | this.destorySubmitDate = destorySubmitDate; |
| | | } |
| | | //实际报废日期 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Timestamp actualDestoryDate; |
| | | |
| | | public Timestamp getActualDestoryDate() { |
| | |
| | | public void setActualDestoryDate(Timestamp actualDestoryDate) { |
| | | this.actualDestoryDate = actualDestoryDate; |
| | | } |
| | | |
| | | |
| | | //区域ID/外键 |
| | | private Long areaId; |
| | | |
| | | //区域名称 |
| | | private String areaName; |
| | | |
| | | public Long getAreaId() { |
| | | return areaId; |
| | | } |
| | | |
| | | public void setAreaId(Long areaId) { |
| | | this.areaId = areaId; |
| | | } |
| | | |
| | | public String getAreaName() { |
| | | return areaName; |
| | | } |
| | | |
| | | public void setAreaName(String areaName) { |
| | | this.areaName = areaName; |
| | | } |
| | | |
| | | //保养周期 |
| | | private String takecareCycle; |
| | | |
| | | public String getTakecareCycle() { |
| | | return takecareCycle; |
| | | } |
| | | |
| | | public void setTakecareCycle(String takecareCycle) { |
| | | this.takecareCycle = takecareCycle; |
| | | } |
| | | } |