From 4bd221d2b4da1236aa36f73961e2f92ebf14a5d9 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 08 四月 2026 15:30:15 +0800
Subject: [PATCH] 【丽水】PatArchiveVo 继承 PatArchive

---
 smartor/src/main/java/com/smartor/domain/PatArchive.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PatArchive.java b/smartor/src/main/java/com/smartor/domain/PatArchive.java
index 7cb6c29..5733dd8 100644
--- a/smartor/src/main/java/com/smartor/domain/PatArchive.java
+++ b/smartor/src/main/java/com/smartor/domain/PatArchive.java
@@ -81,7 +81,7 @@
      */
     @ApiModelProperty("鏉ユ簮(1锛欻IS锛�2锛氭暟鎹钩鍙帮紱3锛氭枃浠跺鍏ワ級")
     @Excel(name = " 鏉ユ簮(1锛欻IS锛�2锛氭暟鎹钩鍙帮紱3锛氭枃浠跺鍏ワ級 ")
-    private Integer sourcefrom;
+    private Long sourcefrom;
 
     /**
      * his绯荤粺鐨勬偅鑰卛d
@@ -204,6 +204,13 @@
     @Excel(name = " 鎵嬫満鍙风爜 ")
     private String telcode;
 
+    /**
+     * 鎵嬫満鐭彿
+     */
+    @ApiModelProperty("鎵嬫満鐭彿")
+    @Excel(name = " 鎵嬫満鐭彿 ")
+    private String telshortcode;
+
 
     /**
      * 浜插睘鍙风爜

--
Gitblit v1.9.3