zhangfeng
2022-09-21 fee66fde68610850d4c8c52df022b9d53a0cd3f7
equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/model/dto/resp/KeypointEquipmentInfoExcel.java
@@ -40,7 +40,7 @@
    private Long responsibilityPersonId;
    //装置部位分类 1:关键装置 2:重点部位
    @ExcelCell(index = 9)
    private Integer partType;
    private Byte partType;
    //检查周期
    @ExcelCell(index = 10)
    private String checkCycle;
@@ -271,11 +271,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;
    }
    //检查周期