Commit 78c171e1 authored by qinxunjia's avatar qinxunjia

修改类名

parent b7db143f
package com.jz.sms.api;
import com.jz.sms.chuanlan.service.CLSmsService;
import com.jz.sms.chuanlan.service.ChuanLanSmsService;
import com.jz.sms.dto.XfaceDmHubTemplateRequestDTO;
import com.jz.sms.dto.XfaceDmHubTemplateResponseDTO;
import org.springframework.beans.factory.annotation.Autowired;
......@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RestController;
public class BizController {
@Autowired
private CLSmsService service;
private ChuanLanSmsService service;
@RequestMapping("index")
public String index() {
......
......@@ -3,7 +3,7 @@ package com.jz.sms.chuanlan.service;
import com.jz.sms.dto.XfaceDmHubTemplateRequestDTO;
import com.jz.sms.dto.XfaceDmHubTemplateResponseDTO;
public interface CLSmsService {
public interface ChuanLanSmsService {
XfaceDmHubTemplateResponseDTO createTemplate(XfaceDmHubTemplateRequestDTO requestDTO);
......
package com.jz.sms.chuanlan.service.impl;
import com.jz.sms.chuanlan.service.CLSmsService;
import com.jz.sms.chuanlan.service.ChuanLanSmsService;
import com.jz.sms.dto.XfaceClTemplateRequestDTO;
import com.jz.sms.dto.XfaceClTemplateResponseDTO;
import com.jz.sms.dto.XfaceDmHubTemplateRequestDTO;
......@@ -10,7 +10,7 @@ import org.springframework.stereotype.Service;
@Service
public class CLSmsServiceImpl implements CLSmsService {
public class ChuanLanSmsServiceImpl implements ChuanLanSmsService {
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment