zepengdev
2025-06-14 60c42d9ce9bfe565671ff9e45563447e23a609f2
refs
author zepengdev <lzpsmith@outlook.com>
Saturday, June 14, 2025 12:32 +0800
committer xin <1099200748@qq.com>
Tuesday, June 17, 2025 16:00 +0800
commit60c42d9ce9bfe565671ff9e45563447e23a609f2
tree f5c81726e00d468f827afaa89434e4846a5da58e tree | zip | gz
parent a7d2a73c1b35af72c7d43ea8cfcfc9c1cda2b5f2 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