update 改名

This commit is contained in:
Guoqs
2025-07-17 09:30:52 +08:00
parent 724686194e
commit 0b19fb888d
2 changed files with 4 additions and 3 deletions

View File

@@ -2,13 +2,13 @@ package com.jsowell.service;
import com.jsowell.common.dto.RealTimeMonitorData;
import com.jsowell.common.dto.TransactionRecordsData;
import com.jsowell.common.service.YdcService;
import com.jsowell.common.service.WccService;
import com.jsowell.common.vo.BillingTemplateVO;
import com.jsowell.common.vo.PileInfoVO;
import org.apache.dubbo.config.annotation.DubboService;
@DubboService
public class YdcServiceImpl implements YdcService {
public class WccServiceImpl implements WccService {
@Override
public String sayHello(String name) {
return "hello " + name + " from wcc-server";

View File

@@ -46,6 +46,7 @@
<!--<dubbo.version>2.7.15</dubbo.version>-->
<dubbo.version>3.3.0</dubbo.version>
<nacos-client.version>2.0.3</nacos-client.version>
<charge-common-api.version>1.0.1</charge-common-api.version>
</properties>
<!-- 依赖声明 -->
@@ -343,7 +344,7 @@
<dependency>
<groupId>com.jsowell</groupId>
<artifactId>charge-common-api</artifactId>
<version>1.0.0</version>
<version>${charge-common-api.version}</version>
</dependency>
<!--dubbo集成springboot依赖-->