dubbo引用
This commit is contained in:
@@ -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{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user