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
* @since 2025-02-28
*/
@Service
@DubboService
public class PlatformDictServiceImpl extends ServiceImpl<PlatformDictMapper, PlatformDict> implements PlatformDictService{