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