zhangfeng
2022-09-21 fee66fde68610850d4c8c52df022b9d53a0cd3f7
equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/model/dto/resp/KeypointEquipmentInfoDto.java
@@ -62,7 +62,7 @@
        this.responsibilityPersonName = responsibilityPersonName;
    }
    //装置部位分类 1:关键装置 2:重点部位    
    private Integer partType;
    private Byte partType;
    //检查周期    
    private String checkCycle;
    //应急预案/外键    
@@ -289,11 +289,11 @@
        this.responsibilityPersonId = responsibilityPersonId;
    }
    //装置部位分类 1:关键装置 2:重点部位        
    public Integer getPartType() {
    public Byte getPartType() {
        return partType;
    }
    public void setPartType(Integer partType) {
    public void setPartType(Byte partType) {
        this.partType = partType;
    }
    //检查周期