diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index c32584c..ee2c34b 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -2,5 +2,13 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 4838468..9a3be75 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,8 +5,8 @@
+
-
@@ -157,7 +157,8 @@
-
+
+
@@ -455,7 +456,15 @@
1725451466208
-
+
+
+ 1725460758690
+
+
+
+ 1725460758690
+
+
diff --git a/cloud-port-common/src/main/java/com/muyu/domain/Connector.java b/cloud-port-common/src/main/java/com/muyu/domain/Connector.java
index 0acfbeb..ea7345d 100644
--- a/cloud-port-common/src/main/java/com/muyu/domain/Connector.java
+++ b/cloud-port-common/src/main/java/com/muyu/domain/Connector.java
@@ -41,6 +41,12 @@ public class Connector {
* 公司
*/
private String connectorCompany;
+ /**
+ * 上架时间
+ */
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private Date connectorUptime;
/**
* 更新时间
*/