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