dubbo引用

This commit is contained in:
张松
2025-03-07 14:00:31 +08:00
parent 707798a665
commit 01e16e69e6

View File

@@ -4,6 +4,7 @@ import com.czg.service.account.mapper.PlatformDictMapper;
import com.mybatisflex.spring.service.impl.ServiceImpl;
import com.czg.account.entity.PlatformDict;
import com.czg.account.service.PlatformDictService;
import org.apache.dubbo.config.annotation.DubboService;
import org.springframework.stereotype.Service;
/**
@@ -13,6 +14,7 @@ import org.springframework.stereotype.Service;
* @since 2025-02-28
*/
@Service
@DubboService
public class PlatformDictServiceImpl extends ServiceImpl<PlatformDictMapper, PlatformDict> implements PlatformDictService{
}