迁移 商品规格

This commit is contained in:
GYJ
2025-02-17 16:22:35 +08:00
parent 89b2712adf
commit e94fb5f44c
13 changed files with 424 additions and 1 deletions

View File

@@ -84,6 +84,12 @@
<artifactId>hutool-all</artifactId>
<version>5.8.35</version>
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.54</version>
</dependency>
</dependencies>
<build>