masterShopStore换masterShopStoreService

This commit is contained in:
wuchunlei
2024-05-24 15:57:28 +08:00
parent 97ae76984b
commit e910eb8f59

View File

@@ -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<ShopStoreDao, ShopStore> implements ShopStoreService {
@Autowired
private ShopStoreToProductDao shopStoreToProductDao;