From ea9c33ab8ef00dd1611f2ed1ed9d331909e53a9f Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 01 四月 2026 17:39:00 +0800
Subject: [PATCH] 【丽水】单点登录
---
smartor/src/main/java/com/smartor/domain/PatArchive.java | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/PatArchive.java b/smartor/src/main/java/com/smartor/domain/PatArchive.java
index 8a8701c..e409c21 100644
--- a/smartor/src/main/java/com/smartor/domain/PatArchive.java
+++ b/smartor/src/main/java/com/smartor/domain/PatArchive.java
@@ -204,6 +204,13 @@
@Excel(name = " 鎵嬫満鍙风爜 ")
private String telcode;
+ /**
+ * 鎵嬫満鐭彿
+ */
+ @ApiModelProperty("鎵嬫満鐭彿")
+ @Excel(name = " 鎵嬫満鐭彿 ")
+ private String telshortcode;
+
/**
* 浜插睘鍙风爜
@@ -225,6 +232,13 @@
@ApiModelProperty("鏈烘瀯ID")
@Excel(name = " 鏈烘瀯ID ")
private String orgid;
+
+ /**
+ * 鏈烘瀯ID
+ */
+ @ApiModelProperty("闄㈠尯")
+ @Excel(name = " 闄㈠尯 ")
+ private String campusid;
/**
* 寰俊openid
@@ -416,4 +430,10 @@
@ApiModelProperty("ps")
private Integer ps;
+ @ApiModelProperty(value = "鏈�鍚庡紑濮嬫椂闂�")
+ private String lastStartTime;
+
+ @ApiModelProperty(value = "鏈�鍚庣粨鏉熸椂闂�")
+ private String lastEndTime;
+
}
--
Gitblit v1.9.3