有电充service改名万车充service

This commit is contained in:
Guoqs
2025-07-17 09:14:07 +08:00
parent e3b1c50425
commit 724686194e
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ import org.apache.dubbo.config.annotation.DubboService;
public class YdcServiceImpl implements YdcService {
@Override
public String sayHello(String name) {
return "hello " + name + " from ydc-server";
return "hello " + name + " from wcc-server";
}
/**