序列化

This commit is contained in:
2025-12-18 20:14:43 +08:00
parent 6a516960bb
commit 0b9ebaaa96
2 changed files with 4 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ import java.util.stream.Collectors;
@Slf4j
@DubboService
@CacheConfig(cacheNames = "shopInfo")
public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> implements ShopInfoService {
public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> implements ShopInfoService, Serializable {
@Resource
private RabbitPublisher rabbitPublisher;
@Resource