From 836ec39fdad422b1a148699a4c5fb8c5b4d395f0 Mon Sep 17 00:00:00 2001
From: zuoxiao <lf_zuo@163.com>
Date: 星期三, 25 六月 2025 11:04:33 +0800
Subject: [PATCH] feat(card): 添加管理类型卡写卡功能并优化卡片相关逻辑- 在 OperateTypeENUM 中添加 SUPPLEMENT 和 MANAGEMENT_CARD_WRITE 枚举值 - 在 SeManagementCard 中添加 cancelTime 和 state 字段 - 更新相关 mapper 和 XML 文件以支持新增字段 - 修改 CardSv 中的回调处理逻辑,支持管理类型卡写卡 - 优化 CreateManagementCardDto 中识别码的示例值
---
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/dyFile/FileVo.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/dyFile/FileVo.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/dyFile/FileVo.java
index 5c916a2..b51375e 100644
--- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/dyFile/FileVo.java
+++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/dyFile/FileVo.java
@@ -11,6 +11,7 @@
public Integer hash ;//鏂囦欢鍚峢ash
public String orgName ;//鏂囦欢鍘熷悕
public String extName ;//鏂囦欢鎵╁睍鍚�
+ public String filePath ;//鏂囦欢鍦ㄦ湇鍔$瀛樺偍鐩稿璺緞
public String webPath ;//web鏂囦欢璁块棶璺緞
public String webPathZip;//鐓х墖鏂囦欢缂╃暐鍥捐闂矾寰勶紝鍏朵粬绫诲瀷鏂囦欢姝ゅ睘鎬т负null
public String downloadPath;//web鏂囦欢涓嬭浇璺緞锛屽簲鐢ㄦ椂璺緞鍚庨潰鍔犱笂 ?id=[id]
@@ -21,6 +22,7 @@
Integer hash,
String orgName,
String extName,
+ String filePath,
String webPath,
String webPathZip,
String downloadPath){
@@ -28,6 +30,7 @@
this.hash = hash ;
this.orgName = orgName ;
this.extName = extName ;
+ this.filePath = filePath ;
this.webPath = webPath ;
this.webPathZip = webPathZip ;
this.downloadPath = downloadPath ;
--
Gitblit v1.8.0