From 71609e40ba719ff40c27bb00d7f5f4af521a80e2 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 26 四月 2024 08:52:09 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pms-SV --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/dyFile/FileVo.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/dyFile/FileVo.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/dyFile/FileVo.java index 45fcf4d..299eff3 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/dyFile/FileVo.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/dyFile/FileVo.java @@ -10,6 +10,7 @@ public String extName ;//鏂囦欢鎵╁睍鍚� public String webPath ;//web鏂囦欢璁块棶璺緞 public String webPathZip;//鐓х墖鏂囦欢缂╃暐鍥捐闂矾寰勶紝鍏朵粬绫诲瀷鏂囦欢姝ゅ睘鎬т负null + public String downloadPath;//web鏂囦欢涓嬭浇璺緞锛屽簲鐢ㄦ椂璺緞鍚庨潰鍔犱笂 ?id=[id] public FileVo(){} @@ -18,12 +19,14 @@ String orgName, String extName, String webPath, - String webPathZip){ + String webPathZip, + String downloadPath){ this.id = id ; this.hash = hash ; this.orgName = orgName ; this.extName = extName ; this.webPath = webPath ; this.webPathZip = webPathZip ; + this.downloadPath = downloadPath ; } } -- Gitblit v1.8.0