diff --git a/src/main/java/com/peanut/modules/common/entity/TaihuWelfareEntity.java b/src/main/java/com/peanut/modules/common/entity/TaihuWelfareEntity.java new file mode 100644 index 00000000..d3f2fcfb --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/TaihuWelfareEntity.java @@ -0,0 +1,4 @@ +package com.peanut.modules.common.entity; + +public class TaihuWelfareEntity { +} diff --git a/src/main/java/com/peanut/modules/master/service/impl/ShopStoreServiceImpl.java b/src/main/java/com/peanut/modules/master/service/impl/ShopStoreServiceImpl.java index 0e32d24a..37d415e6 100644 --- a/src/main/java/com/peanut/modules/master/service/impl/ShopStoreServiceImpl.java +++ b/src/main/java/com/peanut/modules/master/service/impl/ShopStoreServiceImpl.java @@ -13,7 +13,7 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Slf4j -@Service("masterShopStore") +@Service("masterShopStoreService") public class ShopStoreServiceImpl extends ServiceImpl implements ShopStoreService { @Autowired private ShopStoreToProductDao shopStoreToProductDao;