Administrator
2025-07-01 fd0efdcc064a63bd5e993f94a5545aedbfc72b6e
refs
author Administrator <15274802129@163.com>
Tuesday, July 1, 2025 15:07 +0800
committer Administrator <15274802129@163.com>
Tuesday, July 1, 2025 15:07 +0800
commitfd0efdcc064a63bd5e993f94a5545aedbfc72b6e
tree 7f1ab9642a12341df4c2f2e6a889f1de675be925 tree | zip | gz
parent c8c289aa8fc649b90a539eb76d864230db51796e view | diff
feat(mall): 添加衣服分类相关功能

- 新增衣服分类控制器 AdminClothesTypeController
- 添加分类、尺码、图案、位置、布料、工艺等相关的 CRUD 接口
- 实现分类列表、新增、更新、状态操作等功能
- 添加尺码、图案、位置、布料、工艺等的列表、新增、更新功能
- 实现工艺配置的穿梭框功能
- 添加相关的前端页面和模板文件
62 files added
6275 ■■■■■ changed files
src/main/java/cc/mrbird/febs/mall/controller/clothes/AdminClothesTypeController.java 255 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/controller/clothes/ViewClothesTypeController.java 495 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/dto/clothes/AdminClothesTypeInfoDto.java 13 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesArt.java 27 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesCloth.java 26 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesLocation.java 26 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesPattern.java 28 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesSize.java 28 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesType.java 38 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesTypeArt.java 17 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesTypeCloth.java 17 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesTypeLocation.java 17 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesTypePattern.java 17 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/entity/ClothesTypeSize.java 17 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesArtMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesClothMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesLocationMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesPatternMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesSizeMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesTypeArtMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesTypeClothMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesTypeLocationMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesTypeMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesTypePatternMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/mapper/ClothesTypeSizeMapper.java 7 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/service/ClothesTypeService.java 59 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/service/impl/ClothesTypeServiceImpl.java 424 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/vo/clothes/AdminClothesTypeInfoVo.java 11 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesArtMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesClothMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesLocationMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesPatternMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesSizeMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesTypeArtMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesTypeClothMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesTypeLocationMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesTypeMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesTypePatternMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/mapper/modules/ClothesTypeSizeMapper.xml 5 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/artAdd.html 187 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/artInfo.html 217 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/artList.html 184 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/artSet.html 128 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/clothAdd.html 187 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/clothInfo.html 217 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/clothList.html 184 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/clothSet.html 128 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/locationAdd.html 187 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/locationInfo.html 217 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/locationList.html 184 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/locationSet.html 128 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/patternAdd.html 200 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/patternInfo.html 231 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/patternList.html 195 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/patternSet.html 128 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/sizeAdd.html 199 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/sizeInfo.html 230 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/sizeList.html 195 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/sizeSet.html 128 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/typeAdd.html 254 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/typeInfo.html 281 ●●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/clothesType/typeList.html 439 ●●●●● diff | view | raw | blame | history