songhuangfeng123
2022-09-16 f4994092d9b3c6dcb60aaa0672eb283245ff5d8c
equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/entity/KeypointEquipmentInfo.java
@@ -139,13 +139,13 @@
        this.responsibilityPersonName = responsibilityPersonName;
    }
    //装置部位分类 1:关键装置 2:重点部位
    private Integer partType;
    private Byte partType;
    public Integer getPartType() {
    public Byte getPartType() {
        return partType;
    }
    public void setPartType(Integer partType) {
    public void setPartType(Byte partType) {
        this.partType = partType;
    }
    //检查周期
@@ -229,4 +229,4 @@
        this.delFlag = delFlag;
    }
}
}