zepengdev
2025-06-14 6e0a83c55db4bae4d23a4c281946bda1d610f678
refs
author zepengdev <lzpsmith@outlook.com>
Saturday, June 14, 2025 12:32 +0800
committer zepengdev <lzpsmith@outlook.com>
Saturday, June 14, 2025 12:32 +0800
commit6e0a83c55db4bae4d23a4c281946bda1d610f678
tree 2c964912529fc6845bfc9690454a7e6c06d8d0e9 tree | zip | gz
parent a6f4dda63df5a7f468a6ec429d67e9c4095ce9f0 view | diff
补充前次提交的遗漏内容,前次提交SHA:a6f4dd
30 files added
13 files modified
1931 ■■■■■ changed files
oying-system/src/main/java/com/oying/modules/pc/category/converter/PlatformCategoryAssembler.java 28 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/domain/enums/PlatformCategoryEnum.java 28 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/common/ValueUpdate.java 37 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/converter/ProductImageAssembler.java 38 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/converter/ProductLabelAssembler.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/ProductImage.java 52 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/ProductLabel.java 49 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductImageQueryCriteria.java 30 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductImageUpdateRequest.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductLabelQueryCriteria.java 18 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductQueryCriteria.java 2 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/enums/ProductStatusEnum.java 33 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/mapper/ProductImageMapper.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/mapper/ProductLabelMapper.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/rest/ProductCustomerController.java 3 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/ProductAdminService.java 14 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/ProductImageService.java 98 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/ProductLabelService.java 86 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/impl/ProductAdminServiceImpl.java 115 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/impl/ProductImageServiceImpl.java 173 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/impl/ProductLabelServiceImpl.java 133 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/impl/ProductMerchantServiceImpl.java 149 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductCustomerView.java 33 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductMerchantSimpleView.java 69 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductSimpleView.java 76 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/converter/StoreAssembler.java 32 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/converter/StoreQualificationAssembler.java 32 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/StoreUser.java 39 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCustomerDetailDto.java 62 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreUpdateRequest.java 103 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/enums/StoreCategoryEnum.java 28 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/mapper/StoreUserMapper.java 18 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreCustomerController.java 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreMerchantController.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreQualificationCustomerController.java 6 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreQualificationService.java 7 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreQualificationServiceImpl.java 7 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/view/CustomerStoreView.java 65 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/utils/BusinessHoursUtils.java 42 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/utils/ImageUtils.java 31 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/product/ProductImageMapper.xml 30 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/product/ProductLabelMapper.xml 28 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/store/StoreQualificationMapper.xml 8 ●●●● diff | view | raw | blame | history