From ab2b3291cb9e21885ed878d60f5afd6640d830f3 Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: 星期一, 19 九月 2022 18:05:24 +0800
Subject: [PATCH] Merge branches 'genchuang' and 'master' of https://sinanoaq.cn:8888/r/safePlatform-out into master

---
 equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/entity/KeypointEquipmentInfo.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/entity/KeypointEquipmentInfo.java b/equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/entity/KeypointEquipmentInfo.java
index e778692..406f294 100644
--- a/equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/entity/KeypointEquipmentInfo.java
+++ b/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;
     }
 
-}
\ No newline at end of file
+}

--
Gitblit v1.9.2