mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 改名
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user