dubbo引用
This commit is contained in:
parent
01e16e69e6
commit
7cad9078c5
|
|
@ -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{
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue