zhangfeng
2022-09-21 fee66fde68610850d4c8c52df022b9d53a0cd3f7
equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/model/dto/resp/EquipmentInfoDto.java
@@ -8,117 +8,117 @@
import java.util.List;
public class EquipmentInfoDto implements Serializable {
    //ID
    //ID
    private Long id;
    //类型/类别外键
    //类型/类别外键
    private Long equipmentTypeId;
    //类型/类别名称
    private String equipmentTypeName;
    //具体类型(页面左侧的导航栏使用) 0:仪器仪表信息 1:生产设备设施 2:安全设备设施
    //具体类型(页面左侧的导航栏使用) 0:仪器仪表信息 1:生产设备设施 2:安全设备设施
    private Integer infoType;
    //名称
    //名称
    private String qName;
    //位号
    //位号
    private String positionNum;
    //用途
    //用途
    private String qUsage;
    //型号
    //型号
    private String model;
    //单位部门外键
    //单位部门外键
    private Long departmentId;
    //单位部门名称
    private String departmentName;
    //设置部位
    //设置部位
    private String setPart;
    //生产日期
    //生产日期
    private Timestamp produceTime;
    //使用期限(天)
    //使用期限(天)
    private String useEndDay;
    //生命周期 1:已使用 2:库存中 3:报废
    private Integer lifeCycle;
    //投用日期
    //生命周期 1:已使用 2:库存中 3:报废
    private Byte lifeCycle;
    //投用日期
    private Timestamp useDate;
    //维修状态 1:维修中 2:已修好
    private Integer repairStatus;
    //停用状态 1:停用 2.在用 3.维修 4.报废
    private Integer stopStatus;
    //上次检查日期
    //维修状态 1:维修中 2:已修好
    private Byte repairStatus;
    //停用状态 1:停用 2.在用 3.维修 4.报废
    private Byte stopStatus;
    //上次检查日期
    private Timestamp previousCheckDate;
    //上次检测日期
    //上次检测日期
    private Timestamp previousTestDate;
    //上次保养日期
    //上次保养日期
    private Timestamp previousTakecareDate;
    //下次检查日期
    //下次检查日期
    private Timestamp nextCheckDate;
    //下次检测日期
    //下次检测日期
    private Timestamp nextTestDate;
    //下次保养日期
    //下次保养日期
    private Timestamp nextTakecareDate;
    //负责人ID外键
    //负责人ID外键
    private Long leadingPersonId;
    //负责人姓名
    private String leadingPersonName;
    //负责人部门外键
    //负责人部门外键
    private Long leadingPersonDepartmentId;
    //负责人部门名称
    private String leadingPersonDepartmentName;
    //供应商
    //供应商
    private String supplyName;
    //使用说明
    //使用说明
    private String useMemo;
    //是否检查 1:是 2:否
    //是否检查 1:是 2:否
    private Integer isNeedCheck;
    //检查周期
    //检查周期
    private String checkCycle;
    //检查提前提醒
    //检查提前提醒
    private String checkWarn;
    //是否检测 1:是 2:否
    //是否检测 1:是 2:否
    private Integer isNeedTest;
    //检测周期
    //检测周期
    private String testCycle;
    //检测提前提醒
    //检测提前提醒
    private String testWarn;
    //是否保养 1:是 2:否
    //是否保养 1:是 2:否
    private Integer isNeedTakecare;
    //检查内容
    //检查内容
    private String checkContent;
    //负责部门/外键
    //负责部门/外键
    private Long leadingDepartmentId;
    //负责部门名称
    private String leadingDepartmentName;
    //检查指标
    //检查指标
    private String checkPoint;
    //预警值
    //预警值
    private String alertNum;
    //联锁值
    //联锁值
    private String lockNum;
    //停用理由
    //停用理由
    private String stopReason;
    //停用后措施
    //停用后措施
    private String afterStopStep;
    //实际停用日期
    //实际停用日期
    private Timestamp actualStopDate;
    //停用提交人/外键
    //停用提交人/外键
    private Long stopSubmitPersonId;
    //停用提交人名称
    private String stopSubmitPersonName;
    //停用提交日期
    private Timestamp stopSubmitDate;
    //恢复理由
    //恢复理由
    private String recoveryReason;
    //恢复填报日期
    //恢复填报日期
    private Timestamp recoverySubmitDate;
    //实际恢复日期
    //实际恢复日期
    private Timestamp actualRecoveryDate;
    //报废理由
    //报废理由
    private String destoryReason;
    //报废填报日期
    //报废填报日期
    private Timestamp destorySubmitDate;
    //实际报废日期
    //实际报废日期
    private Timestamp actualDestoryDate;
    private Timestamp createTime;
    private Timestamp updateTime;
    //设备保养
@@ -230,7 +230,7 @@
    public void setId(Long id) {
        this.id = id;
    }
    //类型/类别外键
    //类型/类别外键
    public Long getEquipmentTypeId() {
        return equipmentTypeId;
    }
@@ -238,7 +238,7 @@
    public void setEquipmentTypeId(Long equipmentTypeId) {
        this.equipmentTypeId = equipmentTypeId;
    }
    //具体类型(页面左侧的导航栏使用) 0:仪器仪表信息 1:生产设备设施 2:安全设备设施
    //具体类型(页面左侧的导航栏使用) 0:仪器仪表信息 1:生产设备设施 2:安全设备设施
    public Integer getInfoType() {
        return infoType;
    }
@@ -279,7 +279,7 @@
    public void setModel(String model) {
        this.model = model;
    }
    //单位部门外键
    //单位部门外键
    public Long getDepartmentId() {
        return departmentId;
    }
@@ -287,7 +287,7 @@
    public void setDepartmentId(Long departmentId) {
        this.departmentId = departmentId;
    }
    //设置部位
    //设置部位
    public String getSetPart() {
        return setPart;
    }
@@ -295,7 +295,7 @@
    public void setSetPart(String setPart) {
        this.setPart = setPart;
    }
    //生产日期
    //生产日期
    public Timestamp getProduceTime() {
        return produceTime;
    }
@@ -303,7 +303,7 @@
    public void setProduceTime(Timestamp produceTime) {
        this.produceTime = produceTime;
    }
    //使用期限(天)
    //使用期限(天)
    public String getUseEndDay() {
        return useEndDay;
    }
@@ -311,15 +311,15 @@
    public void setUseEndDay(String useEndDay) {
        this.useEndDay = useEndDay;
    }
    //生命周期 1:已使用 2:库存中 3:报废
    public Integer getLifeCycle() {
    //生命周期 1:已使用 2:库存中 3:报废
    public Byte getLifeCycle() {
        return lifeCycle;
    }
    public void setLifeCycle(Integer lifeCycle) {
    public void setLifeCycle(Byte lifeCycle) {
        this.lifeCycle = lifeCycle;
    }
    //投用日期
    //投用日期
    public Timestamp getUseDate() {
        return useDate;
    }
@@ -327,23 +327,23 @@
    public void setUseDate(Timestamp useDate) {
        this.useDate = useDate;
    }
    //维修状态 1:维修中 2:已修好
    public Integer getRepairStatus() {
    //维修状态 1:维修中 2:已修好
    public Byte getRepairStatus() {
        return repairStatus;
    }
    public void setRepairStatus(Integer repairStatus) {
    public void setRepairStatus(Byte repairStatus) {
        this.repairStatus = repairStatus;
    }
    //停用状态 1:停用 2.在用 3.维修 4.报废
    public Integer getStopStatus() {
    //停用状态 1:停用 2.在用 3.维修 4.报废
    public Byte getStopStatus() {
        return stopStatus;
    }
    public void setStopStatus(Integer stopStatus) {
    public void setStopStatus(Byte stopStatus) {
        this.stopStatus = stopStatus;
    }
    //上次检查日期
    //上次检查日期
    public Timestamp getPreviousCheckDate() {
        return previousCheckDate;
    }
@@ -351,7 +351,7 @@
    public void setPreviousCheckDate(Timestamp previousCheckDate) {
        this.previousCheckDate = previousCheckDate;
    }
    //上次检测日期
    //上次检测日期
    public Timestamp getPreviousTestDate() {
        return previousTestDate;
    }
@@ -359,7 +359,7 @@
    public void setPreviousTestDate(Timestamp previousTestDate) {
        this.previousTestDate = previousTestDate;
    }
    //上次保养日期
    //上次保养日期
    public Timestamp getPreviousTakecareDate() {
        return previousTakecareDate;
    }
@@ -367,7 +367,7 @@
    public void setPreviousTakecareDate(Timestamp previousTakecareDate) {
        this.previousTakecareDate = previousTakecareDate;
    }
    //下次检查日期
    //下次检查日期
    public Timestamp getNextCheckDate() {
        return nextCheckDate;
    }
@@ -375,7 +375,7 @@
    public void setNextCheckDate(Timestamp nextCheckDate) {
        this.nextCheckDate = nextCheckDate;
    }
    //下次检测日期
    //下次检测日期
    public Timestamp getNextTestDate() {
        return nextTestDate;
    }
@@ -383,7 +383,7 @@
    public void setNextTestDate(Timestamp nextTestDate) {
        this.nextTestDate = nextTestDate;
    }
    //下次保养日期
    //下次保养日期
    public Timestamp getNextTakecareDate() {
        return nextTakecareDate;
    }
@@ -391,7 +391,7 @@
    public void setNextTakecareDate(Timestamp nextTakecareDate) {
        this.nextTakecareDate = nextTakecareDate;
    }
    //负责人ID外键
    //负责人ID外键
    public Long getLeadingPersonId() {
        return leadingPersonId;
    }
@@ -399,7 +399,7 @@
    public void setLeadingPersonId(Long leadingPersonId) {
        this.leadingPersonId = leadingPersonId;
    }
    //负责人部门外键
    //负责人部门外键
    public Long getLeadingPersonDepartmentId() {
        return leadingPersonDepartmentId;
    }
@@ -407,7 +407,7 @@
    public void setLeadingPersonDepartmentId(Long leadingPersonDepartmentId) {
        this.leadingPersonDepartmentId = leadingPersonDepartmentId;
    }
    //供应商
    //供应商
    public String getSupplyName() {
        return supplyName;
    }
@@ -415,7 +415,7 @@
    public void setSupplyName(String supplyName) {
        this.supplyName = supplyName;
    }
    //使用说明
    //使用说明
    public String getUseMemo() {
        return useMemo;
    }
@@ -423,7 +423,7 @@
    public void setUseMemo(String useMemo) {
        this.useMemo = useMemo;
    }
    //是否检查 1:是 2:否
    //是否检查 1:是 2:否
    public Integer getIsNeedCheck() {
        return isNeedCheck;
    }
@@ -431,7 +431,7 @@
    public void setIsNeedCheck(Integer isNeedCheck) {
        this.isNeedCheck = isNeedCheck;
    }
    //检查周期
    //检查周期
    public String getCheckCycle() {
        return checkCycle;
    }
@@ -439,7 +439,7 @@
    public void setCheckCycle(String checkCycle) {
        this.checkCycle = checkCycle;
    }
    //检查提前提醒
    //检查提前提醒
    public String getCheckWarn() {
        return checkWarn;
    }
@@ -447,7 +447,7 @@
    public void setCheckWarn(String checkWarn) {
        this.checkWarn = checkWarn;
    }
    //是否检测 1:是 2:否
    //是否检测 1:是 2:否
    public Integer getIsNeedTest() {
        return isNeedTest;
    }
@@ -455,7 +455,7 @@
    public void setIsNeedTest(Integer isNeedTest) {
        this.isNeedTest = isNeedTest;
    }
    //检测周期
    //检测周期
    public String getTestCycle() {
        return testCycle;
    }
@@ -463,7 +463,7 @@
    public void setTestCycle(String testCycle) {
        this.testCycle = testCycle;
    }
    //检测提前提醒
    //检测提前提醒
    public String getTestWarn() {
        return testWarn;
    }
@@ -471,7 +471,7 @@
    public void setTestWarn(String testWarn) {
        this.testWarn = testWarn;
    }
    //是否保养 1:是 2:否
    //是否保养 1:是 2:否
    public Integer getIsNeedTakecare() {
        return isNeedTakecare;
    }
@@ -479,7 +479,7 @@
    public void setIsNeedTakecare(Integer isNeedTakecare) {
        this.isNeedTakecare = isNeedTakecare;
    }
    //检查内容
    //检查内容
    public String getCheckContent() {
        return checkContent;
    }
@@ -487,7 +487,7 @@
    public void setCheckContent(String checkContent) {
        this.checkContent = checkContent;
    }
    //负责部门/外键
    //负责部门/外键
    public Long getLeadingDepartmentId() {
        return leadingDepartmentId;
    }
@@ -495,7 +495,7 @@
    public void setLeadingDepartmentId(Long leadingDepartmentId) {
        this.leadingDepartmentId = leadingDepartmentId;
    }
    //检查指标
    //检查指标
    public String getCheckPoint() {
        return checkPoint;
    }
@@ -503,7 +503,7 @@
    public void setCheckPoint(String checkPoint) {
        this.checkPoint = checkPoint;
    }
    //预警值
    //预警值
    public String getAlertNum() {
        return alertNum;
    }
@@ -511,7 +511,7 @@
    public void setAlertNum(String alertNum) {
        this.alertNum = alertNum;
    }
    //联锁值
    //联锁值
    public String getLockNum() {
        return lockNum;
    }
@@ -519,7 +519,7 @@
    public void setLockNum(String lockNum) {
        this.lockNum = lockNum;
    }
    //停用理由
    //停用理由
    public String getStopReason() {
        return stopReason;
    }
@@ -527,7 +527,7 @@
    public void setStopReason(String stopReason) {
        this.stopReason = stopReason;
    }
    //停用后措施
    //停用后措施
    public String getAfterStopStep() {
        return afterStopStep;
    }
@@ -535,7 +535,7 @@
    public void setAfterStopStep(String afterStopStep) {
        this.afterStopStep = afterStopStep;
    }
    //实际停用日期
    //实际停用日期
    public Timestamp getActualStopDate() {
        return actualStopDate;
    }
@@ -543,7 +543,7 @@
    public void setActualStopDate(Timestamp actualStopDate) {
        this.actualStopDate = actualStopDate;
    }
    //停用提交人/外键
    //停用提交人/外键
    public Long getStopSubmitPersonId() {
        return stopSubmitPersonId;
    }
@@ -551,7 +551,7 @@
    public void setStopSubmitPersonId(Long stopSubmitPersonId) {
        this.stopSubmitPersonId = stopSubmitPersonId;
    }
    //停用提交日期
    //停用提交日期
    public Timestamp getStopSubmitDate() {
        return stopSubmitDate;
    }
@@ -559,7 +559,7 @@
    public void setStopSubmitDate(Timestamp stopSubmitDate) {
        this.stopSubmitDate = stopSubmitDate;
    }
    //恢复理由
    //恢复理由
    public String getRecoveryReason() {
        return recoveryReason;
    }
@@ -567,7 +567,7 @@
    public void setRecoveryReason(String recoveryReason) {
        this.recoveryReason = recoveryReason;
    }
    //恢复填报日期
    //恢复填报日期
    public Timestamp getRecoverySubmitDate() {
        return recoverySubmitDate;
    }
@@ -575,7 +575,7 @@
    public void setRecoverySubmitDate(Timestamp recoverySubmitDate) {
        this.recoverySubmitDate = recoverySubmitDate;
    }
    //实际恢复日期
    //实际恢复日期
    public Timestamp getActualRecoveryDate() {
        return actualRecoveryDate;
    }
@@ -583,7 +583,7 @@
    public void setActualRecoveryDate(Timestamp actualRecoveryDate) {
        this.actualRecoveryDate = actualRecoveryDate;
    }
    //报废理由
    //报废理由
    public String getDestoryReason() {
        return destoryReason;
    }
@@ -591,7 +591,7 @@
    public void setDestoryReason(String destoryReason) {
        this.destoryReason = destoryReason;
    }
    //报废填报日期
    //报废填报日期
    public Timestamp getDestorySubmitDate() {
        return destorySubmitDate;
    }
@@ -599,7 +599,7 @@
    public void setDestorySubmitDate(Timestamp destorySubmitDate) {
        this.destorySubmitDate = destorySubmitDate;
    }
    //实际报废日期
    //实际报废日期
    public Timestamp getActualDestoryDate() {
        return actualDestoryDate;
    }
@@ -607,7 +607,7 @@
    public void setActualDestoryDate(Timestamp actualDestoryDate) {
        this.actualDestoryDate = actualDestoryDate;
    }
    public Timestamp getCreateTime() {
        return createTime;
    }
@@ -615,7 +615,7 @@
    public void setCreateTime(Timestamp createTime) {
        this.createTime = createTime;
    }
    public Timestamp getUpdateTime() {
        return updateTime;
    }
@@ -671,4 +671,4 @@
    public void setEquipmentTypeName(String equipmentTypeName) {
        this.equipmentTypeName = equipmentTypeName;
    }
}
}