xin
2025-05-30 347909bae241fff128b628ea6d12992d7e5b4b10
refs
author xin <1099200748@qq.com>
Friday, May 30, 2025 17:38 +0800
committer xin <1099200748@qq.com>
Friday, May 30, 2025 18:35 +0800
commit347909bae241fff128b628ea6d12992d7e5b4b10
tree 3b5255df516b47df9977d15003c354690b4a138c tree | zip | gz
parent 6e4481f095c1c565c6e68e9fbd95ade3ff361210 view | diff
625692be1b447d98e1a37f3981777bc14246aed9 view | diff
响应信息主体
130 files added
25 files modified
6569 ■■■■■ changed files
.gitignore 34 ●●●●● diff | view | raw | blame | history
.idea/vcs.xml 2 ●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/ConstantsKey.java 5 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/HttpRequest.java 101 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/R.java 102 ●●●●● diff | view | raw | blame | history
oying-common/src/main/java/com/oying/utils/RedisUtils.java 10 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/rest/GenConfigController.java 9 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/java/com/oying/rest/GeneratorController.java 42 ●●●●● diff | view | raw | blame | history
oying-generator/src/main/resources/template/admin/Entity.ftl 6 ●●●●● diff | view | raw | blame | history
oying-logging/src/main/java/com/oying/rest/SysLogController.java 27 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/AppRun.java 1 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/converter/PlatformCategoryDtoAssembler.java 10 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/converter/PlatformCategoryViewAssembler.java 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/domain/PlatformCategory.java 72 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/domain/dto/PlatformCategoryCreateRequest.java 33 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/domain/dto/PlatformCategoryQueryCriteria.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/domain/dto/PlatformCategoryUpdateDto.java 21 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/domain/dto/PlatformCategoryUpdateRequest.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/mapper/PlatformCategoryMapper.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/rest/PlatformCategoryAdminController.java 83 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/rest/PlatformCategoryCustomerController.java 43 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/service/PlatformCategoryService.java 59 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/service/impl/PlatformCategoryServiceImpl.java 90 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/view/PlatformCategoryCustomerView.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/category/view/PlatformCategoryView.java 33 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/common/core/constrant/Constants.java 50 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/common/exception/LevelExceededException.java 13 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/common/id/StoreIdGenerator.java 15 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/common/id/StoreIdentifierGenerator.java 11 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/common/id/StoreQualificationIdGenerator.java 15 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/Product.java 120 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/ProductCategory.java 52 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductCategoryQueryCriteria.java 18 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductCustomerQueryCriteria.java 21 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductImageCreateRequest.java 9 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductLabelCreateRequest.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductMerchantCreateRequest.java 52 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductMerchantUpdateRequest.java 45 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/domain/dto/ProductQueryCriteria.java 34 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/mapper/ProductCategoryMapper.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/mapper/ProductMapper.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/rest/ProductController.java 73 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/rest/ProductCustomerController.java 82 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/rest/ProductMerchantController.java 140 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/ProductCategoryService.java 60 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/ProductMerchantService.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/ProductService.java 60 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/impl/ProductCategoryServiceImpl.java 79 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/impl/ProductMerchantCreateServiceImpl.java 59 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/service/impl/ProductServiceImpl.java 106 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductCustomerDetailsView.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductCustomerView.java 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductImageCustomerView.java 12 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductLabelCustomerView.java 13 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductMerchantDetailsView.java 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductMerchantSimpleView.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductOverviewView.java 4 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/product/view/ProductSimpleView.java 21 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/search/domain/dto/NearbyStoreQueryCriteria.java 38 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/search/domain/dto/StoreSearchDto.java 17 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/search/rest/StoreSearchController.java 58 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/search/service/StoreSearchService.java 10 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/search/service/impl/StoreSearchServiceImpl.java 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/search/view/StoreSearchView.java 27 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/converter/StoreDtoAssembler.java 7 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/converter/StoreViewAssembler.java 7 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/Store.java 135 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/StoreCategory.java 70 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/StoreLocation.java 57 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/StoreQualification.java 75 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/StoreStatus.java 5 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreBusinessHoursRequest.java 18 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCategoryCreateRequest.java 18 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCategoryMerchantCreateRequest.java 20 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCategoryMerchantUpdateRequest.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCategoryQueryCriteria.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCategoryUpdateRequest.java 20 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCreateRequest.java 90 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCustomerDetailDto.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreCustomerQueryCriteria.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreFieldUpdateRequest.java 92 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreLocationUpdateRequest.java 17 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreQualificationCreateRequest.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreQualificationQueryCriteria.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreQualificationUpdateRequest.java 27 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/dto/StoreQueryCriteria.java 31 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/domain/enums/StoreStatusEnum.java 21 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/mapper/StoreCategoryMapper.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/mapper/StoreMapper.java 34 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/mapper/StoreQualificationMapper.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreCategoryController.java 64 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreCategoryCustomerController.java 71 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreCategoryMerchantController.java 135 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreController.java 68 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreCustomerController.java 36 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreMerchantController.java 263 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreQualificationController.java 67 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreQualificationCustomerController.java 54 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/rest/StoreQualificationMerchantController.java 100 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreCategoryService.java 52 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreCreateService.java 7 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreCreationCoordinator.java 31 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreMerchantOwnershipService.java 12 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreQualificationService.java 57 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreQueryService.java 10 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreService.java 56 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreCategoryServiceImpl.java 96 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreCreateServiceImpl.java 51 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreMerchantOwnershipServiceImpl.java 59 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreQualificationServiceImpl.java 79 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreQueryServiceImpl.java 33 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreServiceImpl.java 159 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/view/CustomerStoreCategoryView.java 25 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/view/CustomerStoreQualificationView.java 21 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/view/CustomerStoreView.java 28 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/view/StoreCategoryMerchantView.java 23 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/view/StoreMerchantView.java 48 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/view/StoreQualificationMerchantView.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/store/view/StoreSimpleView.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/pc/utils/WrapperUtils.java 18 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/quartz/rest/QuartzJobController.java 37 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/SwiftPassProperties.java 40 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/config/WeiXinProperties.java 31 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/rest/AuthController.java 20 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/rest/OnlineController.java 8 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/rest/VerificationController.java 45 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/security/service/WeiXinService.java 112 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/Merchants.java 68 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/domain/dto/MerchantsQueryCriteria.java 36 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/mapper/MerchantsMapper.java 22 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DeptController.java 36 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DictController.java 30 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/DictDetailController.java 30 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/JobController.java 26 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/MenuController.java 42 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/MerchantsController.java 74 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/MonitorController.java 3 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/RoleController.java 43 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/UserController.java 67 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/VerifyController.java 7 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/MerchantsService.java 59 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/service/impl/MerchantsServiceImpl.java 86 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application-dev.yml 58 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application-prod.yml 53 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application.yml 8 ●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/category/PlatformCategoryMapper.xml 34 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/product/ProductMapper.xml 60 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/search/SearchMapper.xml 56 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/store/StoreCategoryMapper.xml 40 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/store/StoreMapper.xml 108 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/pc/store/StoreQualificationMapper.xml 36 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/system/MerchantsMapper.xml 48 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/rest/EmailController.java 14 ●●●●● diff | view | raw | blame | history
oying-tools/src/main/java/com/oying/rest/LocalStorageController.java 28 ●●●● diff | view | raw | blame | history
pom.xml 14 ●●●●● diff | view | raw | blame | history