This commit is contained in:
wangjinlei
2024-05-24 16:03:30 +08:00
parent 80973cee4b
commit b45f74831f
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
package com.peanut.modules.common.entity;
public class TaihuWelfareEntity {
}

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;