From 25cc75a1c0ff66198648b86421a25642fcc6cd57 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Mon, 13 Apr 2026 11:13:49 +0800 Subject: [PATCH] =?UTF-8?q?changelog:=2017d357ab=20-=20refactor(product-v2?= =?UTF-8?q?):=20Step1=E5=AD=97=E6=AE=B5=E6=B8=85=E7=90=86=E2=80=94?= =?UTF-8?q?=E2=80=94=E5=88=A0=E9=99=A4infantDefaultPrice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...04-13_1113_17d357ab_refactor_product-v2.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 changelogs/2026-04/2026-04-13_1113_17d357ab_refactor_product-v2.md diff --git a/changelogs/2026-04/2026-04-13_1113_17d357ab_refactor_product-v2.md b/changelogs/2026-04/2026-04-13_1113_17d357ab_refactor_product-v2.md new file mode 100644 index 0000000..e95b7f4 --- /dev/null +++ b/changelogs/2026-04/2026-04-13_1113_17d357ab_refactor_product-v2.md @@ -0,0 +1,25 @@ +# 接口变更记录 — 2026-04-13 11:13 + +> **提交** `17d357ab` · **作者** wx · **时间** 2026-04-13 11:13:49 +0800 +> +> refactor(product-v2): Step1字段清理——删除infantDefaultPrice + +## 📦 其他数据对象变更 + +> 以下变更未直接关联到本次接口变更,但可能影响现有接口的请求/响应 + +### hl-product-service-v2 + +#### ✏️ ProductBasicSaveReqVO + + - ❌ ~~`infantDefaultPrice`~~ (`BigDecimal`) — 幼童默认价(元,0=免费,创建价格区间/班期时自动预填) + +
+📁 全部变更文件 (点击展开) + +``` +M hl-product-service-v2/src/main/java/com/hulalv/product/entity/ProductBasicDO.java +M hl-product-service-v2/src/main/java/com/hulalv/product/vo/admin/ProductBasicSaveReqVO.java +M hl-product-service-v2/src/main/resources/schema.sql +``` +
\ No newline at end of file