Administrator
2025-07-25 56e264287413217c07b8f5cd7759a41bb4ba81e4
refs
author Administrator <15274802129@163.com>
Friday, July 25, 2025 14:02 +0800
committer Administrator <15274802129@163.com>
Friday, July 25, 2025 14:02 +0800
commit56e264287413217c07b8f5cd7759a41bb4ba81e4
tree be876ece4aab9592741fe988f0848f92fec53515 tree | zip | gz
parent ce711456a59c7be575a0fd58c920a22700993699 view | diff
feat(clothes): 添加衣服图案和位置的框尺寸和百分比属性

- 在 ClothesLocation 和 ClothesPattern 实体中添加 boxWidth、boxHeight、leftPercent 和 topPercent 字段
- 更新相关 VO 类和模板文件,支持新增的属性
- 修改 ClothesTypeServiceImpl 中的保存和更新方法,处理新增的属性
11 files modified
219 ■■■■■ changed files
src/main/java/cc/mrbird/febs/mall/entity/ClothesLocation.java 4 ●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesPattern.java 4 ●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/service/impl/ClothesTypeServiceImpl.java 17 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiClothesLocationVo.java 5 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiClothesPatternVo.java 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesTypeLocationMapper.xml 6 ●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesTypePatternMapper.xml 6 ●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/locationAdd.html 40 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/locationInfo.html 44 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/patternAdd.html 41 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/patternInfo.html 47 ●●●●● diff | view | raw | blame | history