dubbo引用

This commit is contained in:
张松 2025-03-07 14:06:06 +08:00
parent 01e16e69e6
commit 7cad9078c5
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import org.springframework.stereotype.Service;
* @author zs * @author zs
* @since 2025-02-28 * @since 2025-02-28
*/ */
@Service
@DubboService @DubboService
public class PlatformDictServiceImpl extends ServiceImpl<PlatformDictMapper, PlatformDict> implements PlatformDictService{ public class PlatformDictServiceImpl extends ServiceImpl<PlatformDictMapper, PlatformDict> implements PlatformDictService{