From a3d1d01ded7df765ad8db1fcb83ce0701c5b2b70 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Thu, 26 Mar 2026 10:43:22 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=207d4f79c=20-=20feat:=20=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E8=AF=81=E4=B9=A6=E6=94=B9=E4=B8=BA=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=8C=96=E5=88=97=E8=A1=A8(certificates)=EF=BC=8C=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=92=8C=E9=99=84=E4=BB=B6=E4=B8=80=E4=B8=80=E5=AF=B9?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2026-03-26_1043_7d4f79c_feat_ce.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 changelogs/2026-03/2026-03-26_1043_7d4f79c_feat_ce.md diff --git a/changelogs/2026-03/2026-03-26_1043_7d4f79c_feat_ce.md b/changelogs/2026-03/2026-03-26_1043_7d4f79c_feat_ce.md new file mode 100644 index 0000000..0707e3d --- /dev/null +++ b/changelogs/2026-03/2026-03-26_1043_7d4f79c_feat_ce.md @@ -0,0 +1,44 @@ +# 接口变更记录 — 2026-03-26 10:43 + +> **提交** `7d4f79c` · **作者** wx · **时间** 2026-03-26 10:43:22 +0800 +> +> feat: 人员证书改为结构化列表(certificates),标签和附件一一对应 + +## 变更总览 + + +--- + +## 📦 其他数据对象变更 + +> 以下变更未直接关联到本次接口变更,但可能影响现有接口的请求/响应 + +### 资源服务 + +#### ✏️ StaffCreateRequest + + - ✏️ `certificateUrls`: 说明 "资质证书URL列表" → "资质证书URL列表(旧字段,建议用certificates)" + - ✏️ `certificateTags`: 说明 "证书标签列表" → "证书标签列表(旧字段,建议用certificates)" + +#### ✏️ StaffUpdateRequest + + - ✏️ `certificateUrls`: 说明 "资质证书URL列表" → "资质证书URL列表(旧字段,建议用certificates)" + - ✏️ `certificateTags`: 说明 "证书标签列表" → "证书标签列表(旧字段,建议用certificates)" + +#### ✏️ StaffVO + + - ✏️ `certificateUrls`: 说明 "资质证书URL列表" → "资质证书URL列表(旧字段,建议用certificates)" + - ✏️ `certificateTags`: 说明 "证书标签列表,如[\" → "证书标签列表(旧字段,建议用certificates)" + +
+📁 全部变更文件 (点击展开) + +``` +M hl-resource-service/src/main/java/com/hulalv/resource/staff/controller/InternalStaffController.java +M hl-resource-service/src/main/java/com/hulalv/resource/staff/dto/StaffCreateRequest.java +M hl-resource-service/src/main/java/com/hulalv/resource/staff/dto/StaffUpdateRequest.java +M hl-resource-service/src/main/java/com/hulalv/resource/staff/entity/Staff.java +M hl-resource-service/src/main/java/com/hulalv/resource/staff/service/StaffService.java +M hl-resource-service/src/main/java/com/hulalv/resource/staff/vo/StaffVO.java +``` +
\ No newline at end of file